Skip to content

Commit

Permalink
Fix installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailMS committed May 10, 2021
1 parent 9442147 commit b7bf2e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ Bash script to check if my workstation has everything I need for development
1. Download the code
```bash
# If git command installed
git clone https://github.com/MikhailMS/preflight-check preflight-check
git clone https://github.com/MikhailMS/preflight-check

# If git command is not found
curl -LO https://github.com/MikhailMS/preflight-check/archive/master.zip
unzip master.zip
unzip master.zip -d preflight-checkp

# If you are working from behind the proxies, use following command
curl -x http://your_proxy_server:8080 -LO https://github.com/MikhailMS/preflight-check/archive/master.zip
unzip master.zip
unzip master.zip -d preflight-check
```
2. Run scripts
``` bash
cd preflight-check-master
cd preflight-check

# Execute with sudo
sudo bash preflight-check.sh
Expand Down

0 comments on commit b7bf2e3

Please sign in to comment.