Skip to content

Commit

Permalink
Added commands to README for easier setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode authored Nov 7, 2018
1 parent bf6b870 commit 45b3060
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ Now, enter the complete location of the *root folder* on your filesystem in the
root=/Users/udit/Class12File
```

##### Get started now, with:
##### Get started now by running these commands:
```bash
https://github.com/uditkarode/ucc
sudo -s
cd /tmp && git clone https://github.com/uditkarode/ucc.git
mkdir ~/UCCRoot && cd ~/UCCRoot
mkdir builds logs sources
cp -r /tmp/ucc/BIN .
mv /tmp/ucc/ucc /bin/ucc && chmod +x /bin/ucc
rm -r /tmp/ucc
echo "Change the root variable in the file /bin/ucc to ~/UCCRoot, otherwise this script will NOT work."
```

Here is the script command usage:
Expand Down

0 comments on commit 45b3060

Please sign in to comment.