aboutsummaryrefslogtreecommitdiff
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 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)