summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6cfb3ce..0ab0b56 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,23 @@ 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:
+
+```
+rm -rf toolchain
+rm -rf work
+make tools
+```
### Benchmarking ###