Skip to content

Commit

Permalink
[cpp] Improve the clangd installation snippet in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Keromnes <[email protected]>
  • Loading branch information
jankeromnes authored and marcdumais-work committed Oct 4, 2019
1 parent ee4cbce commit 4a07198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ To install Clangd on Ubuntu 18.04:

$ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
$ echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main" | sudo tee /etc/apt/sources.list.d/llvm.list
$ sudo apt-get update && sudo apt-get install -y clang-tools-8
$ sudo ln -s /usr/bin/clangd-8 /usr/bin/clangd
$ sudo apt-get update && sudo apt-get install -y clangd

See [here](https://clang.llvm.org/extra/clangd.html#id4) for detailed
installation instructions.
Expand Down

0 comments on commit 4a07198

Please sign in to comment.