summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-01-26 16:04:32 -0800
committerGitHub <noreply@github.com>2017-01-26 16:04:32 -0800
commit8bd2184f1b2c44dffaa3221898a32e8540769a27 (patch)
tree8844b5498403e27d2511688632a82f3d82223ec0 /README.md
parentcebc4033491f5be7b717ad2ac66715771d374138 (diff)
Update README.md
Add details about how to keep the repo up to date
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 ###