Skip to content

Commit

Permalink
readme: update quick-setup script to match new version of ucc
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode committed Nov 24, 2018
1 parent 18091c8 commit 2938923
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ Now, set the complete location of the *workspace*, as such:
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 :
##### These commands below will do the heavylifting for you. You can copy and paste them to your terminal directly. Input 'yes' if asked. After executing them, your workspace will be ~/UCCRoot :

```bash
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 .
sudo mv /tmp/ucc/ucc /bin/ucc
sudo chmod +x /bin/ucc
sudo rm -r /tmp/ucc
ucc --workspace ~/UCCRoot
;
cd ~
mkdir UCCRoot && cd UCCRoot
ucc --setup .
```

For instructions on usage of the script, use `ucc --help`
Expand Down
15 changes: 4 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ Now, set the complete location of the *workspace*, as such:
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 :
##### These commands below will do the heavylifting for you. You can copy and paste them to your terminal directly. Input 'yes' if asked. After executing them, your workspace will be ~/UCCRoot :

```bash
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 .
sudo mv /tmp/ucc/ucc /bin/ucc
sudo chmod +x /bin/ucc
sudo rm -r /tmp/ucc
ucc --workspace ~/UCCRoot
;
cd ~
mkdir UCCRoot && cd UCCRoot
ucc --setup .
```

For instructions on usage of the script, use `ucc --help`
Expand Down

0 comments on commit 2938923

Please sign in to comment.