Auto merge of #1861 - Anzumana:master, r=Valloric

fixed readme path third-party with third_party

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1861)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2015-12-28 10:20:10 +09:00
commit f4c63d7b4b

View File

@ -582,19 +582,19 @@ process.
5. Set up support for additional languages, as desired: 5. Set up support for additional languages, as desired:
- C# support: Navigate to - C# support: Navigate to
`YouCompleteMe/third-party/ycmd/third-party/OmniSharpServer` and run `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` and run
`msbuild` (Windows) or `xbuild` (other platforms, using mono) depending on `msbuild` (Windows) or `xbuild` (other platforms, using mono) depending on
your platform. If mono is not installed, install it. your platform. If mono is not installed, install it.
- Go support: If go is not installed on your system, install it and add it to - Go support: If go is not installed on your system, install it and add it to
your path. Navigate to `YouCompleteMe/third-party/ycmd/third-party/gocode` your path. Navigate to `YouCompleteMe/third_party/ycmd/third_party/gocode`
and run `go build`. and run `go build`.
- TypeScript support: As with the quick installation, simply `npm install -g - TypeScript support: As with the quick installation, simply `npm install -g
typescript` after successfully installing [nodejs and npm][npm-install]. typescript` after successfully installing [nodejs and npm][npm-install].
- JavaScript support: Install [nodejs and npm][npm-install]. Then navigate to - 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` and run `npm install
--production` --production`
That's it. You're done. Refer to the _User Guide_ section on how to use YCM. That's it. You're done. Refer to the _User Guide_ section on how to use YCM.