summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6cfb3ce..523e754 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,22 @@ To see additional options:
cd freedom-e-sdk
make help
```
+### Updating your SDK ###
+
+If you'd like to update your SDK to the latest version:
+
+```
+cd freedom-e-sdk
+git pull origin master
+git submodule update --init --recursive
+```
+
+If you would like to recompile the entire toolchain after performing the above:
+
+```
+make uninstall
+make tools
+```
### Benchmarking ###