autoenv
autoenv copied to clipboard
README automated installation code bug
In the README, the automated installation code with curl and wget should be in two separate code windows, otherwise if someone copies and pastes the automated intallation code into terminal, it will try to run both commands.
This should be in two separate code windows, i believe:
with cURL
curl -#fLo- 'https://raw.githubusercontent.com/hyperupcall/autoenv/main/scripts/install.sh' | sh
with wget
wget --show-progress -o /dev/null -O- 'https://raw.githubusercontent.com/hyperupcall/autoenv/main/scripts/install.sh' | sh
That is true, but this is also done several times in the "manual installation" section. Maybe I can update the commends above to make more clear that only one of the commands need to run,.