Skip to content

Commit 0dede2b

Browse files
committed
Updated readme
1 parent bb8ddff commit 0dede2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Installation on a local c9v3 instance
4040
* `cd <c9-sdk-folder>`
4141
* `npm install clang_tool`
4242
* If the above fails, make sure libllvm and libclang are installed
43-
* Clone the [clang-autocomplete repository](https://github.com/invokr/clang-autocomplete): `git clone <r> node_modules/clang-autocomplete`
43+
* Clone the [clang_tool repository](https://github.com/invokr/clang_tool): `git clone <r> node_modules/clang_tool`
4444
* Check if the correct include path is set in `bindings.gyp`
4545
* Run `node-gyp configure && node-gyp build`
4646
* Add the plugin to `<c9-sdk-foler>/configs/client-default.js` (e.g. in line 289)
@@ -51,13 +51,13 @@ Installation on c9.io
5151
Run the following in `~` (via the c9 terminal):
5252

5353
# Install native dependencies
54-
sudo apt-get install llvm-3.5 llvm-3.5-dev lvm-3.5-runtime libclang-3.5-dev libclang1-3.5
54+
sudo apt-get install llvm-3.5 llvm-3.5-dev lvm-3.5-runtime libclang-3.5-dev libclang1-3.5 clang-format-3.5
5555

5656
# Install clang_tool
5757
npm install clang_tool
5858

5959
# Install the plugin
60-
mkdir .c9/plugins && git clone https://github.com/invokr/c9.ide.language.cpp .c9/plugins/c9.ide.language.cpp
60+
mkdir ~/.c9/plugins && git clone https://github.com/invokr/c9.ide.language.cpp ~/.c9/plugins/c9.ide.language.cpp
6161

6262
# Start cloud9 in debug mode to activate the plugin
6363
https://ide.c9.io/[username]/[project]?sdk=1&debug=2

0 commit comments

Comments
 (0)