README.md: Remove wrong comment about /tmp

/tmp is at least defined by POSIX.1-2017 at section 10 (Directory
Structure and Devices).
This commit is contained in:
Xavier Del Campo Romero 2023-10-25 22:29:48 +02:00
parent 4956df1891
commit fada861c5f
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 3 deletions

View File

@ -183,9 +183,7 @@ slcl -p 7822 ~/my-db/
`slcl` requires a temporary directory where files uploaded by users are
temporarily stored until moved to the user directory. By default, `slcl`
attempts to retrieve the path to the temporary directory by inspecting the
`TMPDIR` environment variable, and falls back to `/tmp` (which is common
among Unix-like operating systems such as GNU/Linux, although not defined
by POSIX) if undefined.
`TMPDIR` environment variable, and falls back to `/tmp` if undefined.
If a custom temporary directory is required, it can be defined via command
line option `-t`. For example: