PeerTube/support/doc
Doug Luce e5a44a94b6 Make instructions work on more platforms
The `--sort` argument to ls is a linuxism (more precisely a
gnu-coreutilsism). I get this output when attempting these
instructions on FreeBSD (13):

    $ diff -u "$(ls --sort=t | head -2 | tail -1)/config/production.yaml.example" "$(ls --sort=t | head -1)/config/production.yaml.example"
    ls: unrecognized option `--sort=t'
    usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuvwxy1,] [--color=when] [-D format] [file ...]
    ls: unrecognized option `--sort=t'
    usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuvwxy1,] [--color=when] [-D format] [file ...]
    diff: /config/production.yaml.example: No such file or directory

Changing `--sort=t` to the POSIX-compliant `-t` makes this work as
expected and operates just fine on Linux (tested on Fedora Linux 39).

Fixes #6412
2024-05-28 08:55:33 +02:00
..
api Fix schedule update date format 2024-04-15 11:11:16 +02:00
development Move email templates in assets directory 2024-03-20 09:15:07 +01:00
plugins Fix typo 2024-05-15 16:14:53 +02:00
dependencies.md Fix nodejs install URLs 2024-04-16 09:39:49 +02:00
docker.md Add docker upgrade steps for nginx config 2024-03-11 11:43:49 +01:00
production.md Make instructions work on more platforms 2024-05-28 08:55:33 +02:00
tools.md Documentation: how to create a systemd service for the Peertube runner. (#6065) 2024-01-12 15:53:29 +01:00
translation.md Update translation guide 2024-03-08 10:07:29 +01:00