mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Merge pull request #22 from mamercad/mamercad-curl-follow-redirects
curl needs to follow redirects
This commit is contained in:
commit
aabc62f1d6
@ -58,7 +58,7 @@ You can install this file in `/usr/local/bin/` or `/usr/bin/` by simply download
|
||||
This is very similar to installing it globally but it does not require root privileges. It is very important that your PATH includes the destination folder otherwise it won't work. Some local folders that are typically used are `~/bin/` and `~/.local/bin/`.
|
||||
|
||||
# Download
|
||||
curl -sS https://git.io/get-mo -o mo
|
||||
curl -sSL https://git.io/get-mo -o mo
|
||||
|
||||
# Make executable
|
||||
chmod +x mo
|
||||
@ -78,7 +78,7 @@ This is very similar to installing it globally but it does not require root priv
|
||||
Bash scripts can source `mo` to include the functionality in their own routines. This usage typically would have `mo` saved to a `lib/` folder in an application and your other scripts would use `. lib/mo` to bring it into your project.
|
||||
|
||||
# Download
|
||||
curl -sS https://git.io/get-mo -o mo
|
||||
curl -sSL https://git.io/get-mo -o mo
|
||||
|
||||
# Move into your project folder
|
||||
mv mo ~/projects/amazing-things/lib/
|
||||
|
Loading…
Reference in New Issue
Block a user