Skip to content

Commit

Permalink
readme: get the damn executable first
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode committed Dec 4, 2018
1 parent 7e1acbe commit d7e5ff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ucc --workspace /Users/udit/myProjects

```bash
cd ~
git clone https://github.com/uditkarode/ucc.git/
sudo mv ucc/ucc /bin/ucc
rm -rf ucc
mkdir UCCRoot && cd UCCRoot
ucc init
ucc --workspace .
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ucc --workspace /Users/udit/myProjects

```bash
cd ~
git clone https://github.com/uditkarode/ucc.git/
sudo mv ucc/ucc /bin/ucc
rm -rf ucc
mkdir UCCRoot && cd UCCRoot
ucc init
ucc --workspace .
Expand Down

0 comments on commit d7e5ff4

Please sign in to comment.