Skip to content

Commit

Permalink
readme: update quick-setup code
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode committed Nov 24, 2018
1 parent 0346a9b commit f98d509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ ucc --workspace /Users/udit/myProjects
##### These commands below will do the heavylifting for you. You can copy and paste them to your terminal directly. After executing them, your workspace will be ~/UCCRoot :

```bash
sudo -s
cd /tmp && git clone https://github.com/uditkarode/ucc.git
cd /tmp
sudo git clone https://github.com/uditkarode/ucc.git
mkdir ~/UCCRoot && cd ~/UCCRoot
mkdir builds logs sources files
cp -r /tmp/ucc/BIN .
mv /tmp/ucc/ucc /bin/ucc && chmod +x /bin/ucc
rm -r /tmp/ucc
sudo mv /tmp/ucc/ucc /bin/ucc
sudo chmod +x /bin/ucc
sudo rm -r /tmp/ucc
ucc --workspace ~/UCCRoot
;
```
Expand Down
9 changes: 5 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ ucc --workspace /Users/udit/myProjects
##### These commands below will do the heavylifting for you. You can copy and paste them to your terminal directly. After executing them, your workspace will be ~/UCCRoot :

```bash
sudo -s
cd /tmp && git clone https://github.com/uditkarode/ucc.git
cd /tmp
sudo git clone https://github.com/uditkarode/ucc.git
mkdir ~/UCCRoot && cd ~/UCCRoot
mkdir builds logs sources files
cp -r /tmp/ucc/BIN .
mv /tmp/ucc/ucc /bin/ucc && chmod +x /bin/ucc
rm -r /tmp/ucc
sudo mv /tmp/ucc/ucc /bin/ucc
sudo chmod +x /bin/ucc
sudo rm -r /tmp/ucc
ucc --workspace ~/UCCRoot
;
```
Expand Down

0 comments on commit f98d509

Please sign in to comment.