aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-11 21:21:39 +0800
committerruki <waruqi@gmail.com>2018-11-11 21:21:39 +0800
commit2d30442e1015dc498d50f8e10699c20d5e5d508e (patch)
tree639ed1473ebcd929a05224be15f2bcc8391d5285 /README.md
parent6390f95a32c786ec9bf8c81f2c4a53bae68f8de0 (diff)
downloadxmake-docs-2d30442e1015dc498d50f8e10699c20d5e5d508e.tar.gz
xmake-docs-2d30442e1015dc498d50f8e10699c20d5e5d508e.zip
add xmake update
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 1b03566c..32282d93 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,23 @@ Uninstall:
$ sudo make uninstall
```
+#### Update
+
+We can run `xmake update` to update xmake version after v2.2.3 and we can also update to the given version:
+
+```bash
+$ xmake update 2.2.4
+```
+
+We can also specify an update to the master/dev branch version:
+
+```bash
+$ xmake update master
+$ xmake update dev
+```
+
+Finally, if we want to uninstall xmake, it is also supported: `xmake update --uninstall`.
+
## Quick Start
[![asciicast](https://asciinema.org/a/133693.png)](https://asciinema.org/a/133693)