aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-04-09 09:12:54 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2019-04-14 20:54:38 +0300
commit68f5bfea625dec87cfe1a3d35cd8a99daf938299 (patch)
tree1a96dc7833db4ba5657e6cda04d36dc158f76e34 /docs/markdown
parent10468b3a28836bc2f8e60cb27af7a7b1c30dc189 (diff)
downloadmeson-68f5bfea625dec87cfe1a3d35cd8a99daf938299.zip
meson-68f5bfea625dec87cfe1a3d35cd8a99daf938299.tar.gz
meson-68f5bfea625dec87cfe1a3d35cd8a99daf938299.tar.bz2
docs: update fallback wraptool docs [skip ci]
Fixes #5229
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/fallback-wraptool.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/fallback-wraptool.md b/docs/markdown/fallback-wraptool.md
index 2754022..29d14c7 100644
--- a/docs/markdown/fallback-wraptool.md
+++ b/docs/markdown/fallback-wraptool.md
@@ -8,8 +8,6 @@ In case wraptool is down we have created a backup script that you can use to dow
## Using it
-Currently the emergency tool is only in Meson trunk so you need a git checkout to use it. It also does not on releases older than 0.32.0 because they had a bug. (A workaround for older versions is to delete existing `foobar.wrap` files if you have them.)
-
To list all available wraps:
ghwt.py list
@@ -20,6 +18,8 @@ To install a wrap, go to your source root, make sure that the `subprojects` dire
This will stage the subproject ready to use. If you have multiple subprojects you need to download them all manually.
+*Note* The tool was added in 0.32.0, for versions older than that you need to delete the `foo.wrap` file to work around this issue.
+
## How to upgrade an existing dir/fix broken state/any other problem
Nuke the contents of `subprojects` and start again.