mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Fix wrong attribute
The -o attribute saves log messages to file instead of its content.
This commit is contained in:
parent
2281fa5bb2
commit
b37136b1a6
@ -32,7 +32,7 @@ The updater scripts run in fish. If installing fish isn't possible, please choos
|
||||
|
||||
To clone Bibliogram, install dependencies, and automatically keep it up to date in future, run this in a shell:
|
||||
|
||||
wget -o install-bibliogram.sh https://raw.githubusercontent.com/cloudrac3r/bibliogram-updater/master/.clone.sh
|
||||
wget -O install-bibliogram.sh https://raw.githubusercontent.com/cloudrac3r/bibliogram-updater/master/.clone.sh
|
||||
bash install-bibliogram.sh
|
||||
|
||||
If you want more details, extended documentation, or want to use it without pasting code, please check out the project page: https://github.com/cloudrac3r/bibliogram-updater
|
||||
|
Loading…
Reference in New Issue
Block a user