summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-02-02 09:15:43 -0800
committerGitHub <noreply@github.com>2017-02-02 09:15:43 -0800
commit55136a72df6f6f64793be7ead298434d01721dc5 (patch)
treee6b3b5d265797e0e40b14e790d4c52d374dacfda /README.md
parentcebc4033491f5be7b717ad2ac66715771d374138 (diff)
parent68a2e21474b66c8ef929e0aa36bf7f42f85ea4e2 (diff)
Merge pull request #48 from sifive/readme_edits
Update README.md
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 ###