Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
...to explicitly include downloading rust source code. See #345
  • Loading branch information
phildawes committed Aug 23, 2015
1 parent 7a2a243 commit 09a20c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@

1. ```cd racer; cargo build --release```. The binary will now be in ```./target/release/racer```

2. Set the ```RUST_SRC_PATH``` env variable to point to the 'src' dir in your rust source installation
2. Fetch the rust sourcecode from git, or download from https://www.rust-lang.org/install.html

3. Set the ```RUST_SRC_PATH``` env variable to point to the 'src' dir in the rust source installation

(e.g. ```% export RUST_SRC_PATH=/usr/local/src/rust/src``` )

3. Test on the command line:
4. Test on the command line:

```./target/release/racer complete std::io::B ``` (should show some completions)

Expand Down

0 comments on commit 09a20c4

Please sign in to comment.