Merge pull request #948 from bugabinga/patch-1
Added 'cd redox' in quick setup
This commit is contained in:
commit
f864eef6b1
|
@ -103,6 +103,9 @@ $ cd path/to/your/projects/folder/
|
||||||
# Run bootstrap setup
|
# Run bootstrap setup
|
||||||
$ curl -sf https://raw.githubusercontent.com/redox-os/redox/master/bootstrap.sh -o bootstrap.sh && bash -e bootstrap.sh
|
$ curl -sf https://raw.githubusercontent.com/redox-os/redox/master/bootstrap.sh -o bootstrap.sh && bash -e bootstrap.sh
|
||||||
|
|
||||||
|
#Change to project directory
|
||||||
|
$ cd redox
|
||||||
|
|
||||||
# Build Redox
|
# Build Redox
|
||||||
$ make all
|
$ make all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue