From 6f53624bc22e44ba9de6a23093ab24134151729a Mon Sep 17 00:00:00 2001 From: Aaron Michaux Date: Sun, 18 Nov 2018 16:07:38 -0500 Subject: [PATCH] Update README.md --- examples/clang-modules-ts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/clang-modules-ts/README.md b/examples/clang-modules-ts/README.md index 7d9dd8f..1ba749f 100644 --- a/examples/clang-modules-ts/README.md +++ b/examples/clang-modules-ts/README.md @@ -22,7 +22,7 @@ Feedback is welcome. The `build-clang.sh` script does precisely this. Eveything is installed to `/opt/llvm/trunk`. ``` - > cd /path/to/examples/directory + > cd /path/to/example/directory > ./build-clang.sh ``` @@ -31,7 +31,7 @@ The `build-clang.sh` script does precisely this. Eveything is installed to `/opt Mobius is installed to `/usr/local/bin`. ``` - > cd /path/to/mobiud/directory + > cd /path/to/mobius/directory > make > sudo make install ```