aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/fallback-wraptool.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/docs/markdown/fallback-wraptool.md b/docs/markdown/fallback-wraptool.md
index 29d14c7..ebf8b91 100644
--- a/docs/markdown/fallback-wraptool.md
+++ b/docs/markdown/fallback-wraptool.md
@@ -4,7 +4,9 @@ title: fallback wraptool
# In case of emergency
-In case wraptool is down we have created a backup script that you can use to download wraps directly from the GitHub repos. It is not as slick and may have bugs but at least it will allow you to use wraps.
+In case wraptool is down we have created a backup script that you can
+use to download wraps directly from the GitHub repos. It is not as
+slick and may have bugs but at least it will allow you to use wraps.
## Using it
@@ -12,13 +14,16 @@ To list all available wraps:
ghwt.py list
-To install a wrap, go to your source root, make sure that the `subprojects` directory exists and run this command:
+To install a wrap, go to your source root, make sure that the
+`subprojects` directory exists and run this command:
ghwt.py install <projectname>
-This will stage the subproject ready to use. If you have multiple subprojects you need to download them all manually.
+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.
+*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
@@ -26,6 +31,9 @@ Nuke the contents of `subprojects` and start again.
## Known issues
-Some repositories show up in the list but are not installable. They would not show up in the real WrapDB because they are works in progress.
+Some repositories show up in the list but are not installable. They
+would not show up in the real WrapDB because they are works in
+progress.
-GitHub web API limits the amount of queries you can do to 60/hour. If you exceed that you need to wait for the timer to reset.
+GitHub web API limits the amount of queries you can do to 60/hour. If
+you exceed that you need to wait for the timer to reset.