Skip to content

Commit

Permalink
readme: don't re-download BIN
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode committed Dec 4, 2018
1 parent d7e5ff4 commit 1a00b8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ ucc --workspace /Users/udit/myProjects
cd ~
git clone https://github.com/uditkarode/ucc.git/
sudo mv ucc/ucc /bin/ucc
rm -rf ucc
mkdir UCCRoot && cd UCCRoot
ucc init
mv ~/ucc/BIN .
mkdir builds sources logs files headers
rm -rf ~/ucc
ucc --workspace .
```

Expand Down
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ ucc --workspace /Users/udit/myProjects
cd ~
git clone https://github.com/uditkarode/ucc.git/
sudo mv ucc/ucc /bin/ucc
rm -rf ucc
mkdir UCCRoot && cd UCCRoot
ucc init
mv ~/ucc/BIN .
mkdir builds sources logs files headers
rm -rf ~/ucc
ucc --workspace .
```

Expand Down

0 comments on commit 1a00b8d

Please sign in to comment.