Skip to content

Commit

Permalink
Auto merge of #2047 - liquiddandruff:patch-1, r=Valloric
Browse files Browse the repository at this point in the history
Update tern_runtime directory in README

# PR Prelude

Thank you for working on YCM! :)

**Please complete these steps and check these boxes (by putting an `x` inside
the brackets) _before_ filing your PR:**

- [x] I have read and understood YCM's [CONTRIBUTING][cont] document.
- [x] I have read and understood YCM's [CODE_OF_CONDUCT][code] document.
- [ ] I have included tests for the changes in my PR. If not, I have included a
  rationale for why I haven't.
- [x] **I understand my PR may be closed if it becomes obvious I didn't
  actually perform all of these steps.**

# Why this change is necessary and useful

Was following the guides and saw this referencing a wrong path so I decided to fix it with the proper one.

Should be useful sine this will keep the docs up-to-date!

[cont]: https://github.com/Valloric/YouCompleteMe/blob/master/CONTRIBUTING.md
[code]: https://github.com/Valloric/YouCompleteMe/blob/master/CODE_OF_CONDUCT.md

https://reviewable.io/reviews/valloric/youcompleteme/2047
  • Loading branch information
homu committed Mar 10, 2016
2 parents 80c4dc5 + 1828f47 commit 385dae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ process.
typescript` after successfully installing [nodejs and npm][npm-install].

- JavaScript support: Install [nodejs and npm][npm-install]. Then navigate to
`YouCompleteMe/third_party/ycmd/third_party/tern` and run `npm install
`YouCompleteMe/third_party/ycmd/third_party/tern_runtime` and run `npm install
--production`

- Rust support: Install [rustc and cargo][rust-install]. Navigate to
Expand Down

0 comments on commit 385dae5

Please sign in to comment.