mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Fix: Intall issue
Added -L flag to curl; so as to allow following redirect.
This commit is contained in:
parent
f889c37316
commit
5739ccd705
@ -41,7 +41,7 @@ There are a few ways you can install this tool. How you install it depends on h
|
|||||||
You can install this file in `/usr/local/bin/` or `/usr/bin/` by simply downloading it, changing the permissions, then moving it to the right location. Double check that your system's PATH includes the destination folder, otherwise users may have a hard time starting the command.
|
You can install this file in `/usr/local/bin/` or `/usr/bin/` by simply downloading it, changing the permissions, then moving it to the right location. Double check that your system's PATH includes the destination folder, otherwise users may have a hard time starting the command.
|
||||||
|
|
||||||
# Download
|
# Download
|
||||||
curl -sS https://git.io/get-mo -o mo
|
curl -sSL https://git.io/get-mo -o mo
|
||||||
|
|
||||||
# Make executable
|
# Make executable
|
||||||
chmod +x mo
|
chmod +x mo
|
||||||
|
Loading…
Reference in New Issue
Block a user