diff --git a/README.md b/README.md index 738f718..f8df7de 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ towards libclang with speed and ease of use in mind. * Run shell commands within JuCi++, even on Windows * Regex search and replace * Smart paste, keys and indentation -* Auto-indentation through clang-format (on some systems you need to create a symbolic link `/usr/local/bin/clang-format` to a specific clang-format-version) +* Auto-indentation through clang-format (on some systems you need to create a symbolic link `/usr/local/bin/clang-format` to a specific installed clang-format-version) * Source minimap * Full UTF-8 support diff --git a/docs/install.md b/docs/install.md index 5877e17..3b09431 100644 --- a/docs/install.md +++ b/docs/install.md @@ -37,7 +37,7 @@ sudo make install ## OS X with Homebrew (http://brew.sh/) Install dependencies (installing llvm may take some time): ```sh -brew install cmake --with-clang llvm pkg-config boost gtkmm3 homebrew/x11/gtksourceviewmm3 aspell +brew install cmake --with-clang llvm pkg-config boost gtkmm3 homebrew/x11/gtksourceviewmm3 aspell clang-format ``` Get juCi++ source, compile and install: