summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0ab0b56..523e754 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,7 @@ git submodule update --init --recursive
If you would like to recompile the entire toolchain after performing the above:
```
-rm -rf toolchain
-rm -rf work
+make uninstall
make tools
```