Browse Source

Add wget command

patch-1
nolim1t 5 years ago
parent
commit
286f099b73
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      README.md

2
README.md

@ -23,6 +23,8 @@ Run this from your home directory. This clones this repo into your home director
# This will not overwrite any other files but you should segment this in its
# own account
curl "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh
# OR wget (if this works better)
wget -qO- "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh
```
### Running

Loading…
Cancel
Save