This commit is contained in:
Forza 2024-11-17 00:12:42 +01:00
parent 20c88bbf93
commit 7f45795004
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ The Pinnwand installer script is a Bash script designed to automate the installa
```bash
sudo -u pinnwand-user ./pinnwand-installer.sh
```
Simply re-run the script to upgrade and existing installation.
Simply re-run the script to upgrade an existing installation.
### Running pinnwand

View File

@ -1,5 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Base URL of the Pinnwand instance
PINNWAND_BASE_URL="https://gist.tnonline.net/api/v1"
PASTE_URL="${PINNWAND_BASE_URL}/paste"
@ -20,7 +22,6 @@ Options:
-e, --expiry <expiry> Set the expiry time for the paste (e.g., 1day, 1hour).
Default is '1day' if not specified.
-l, --lexer <lexer> Specify the lexer to use for syntax highlighting.
Default is 'text' if not specified.
--lexers List all available lexers in 'name : description' format.
-h, --help Show this help message and exit.