don't reference 'dev' directory by name
This commit is contained in:
parent
d39e45d5c6
commit
b5351a7f5a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ fc-cache
|
||||||
curl -sSf https://static.rust-lang.org/rustup.sh | bash -s -- -y
|
curl -sSf https://static.rust-lang.org/rustup.sh | bash -s -- -y
|
||||||
cd "$DIR/.vim/bundle/racer/"
|
cd "$DIR/.vim/bundle/racer/"
|
||||||
cargo build
|
cargo build
|
||||||
cd "$HOME/dev/"
|
cd "$DIR/../"
|
||||||
git clone https://github.com/rust-lang/rust.git
|
git clone https://github.com/rust-lang/rust.git
|
||||||
|
|
||||||
#rvm
|
#rvm
|
||||||
|
|
Loading…
Reference in a new issue