diff --git a/src/gettingstarted/installation.md b/src/gettingstarted/installation.md index 54b43c2..3780e0a 100644 --- a/src/gettingstarted/installation.md +++ b/src/gettingstarted/installation.md @@ -1,19 +1,22 @@ # Installation -To install Wobbly, you must first navigate to its [download page][wobbly_release]. -The recommended version as of writing this guide is the [Setsugennoao fork, release v7][recommended_version]. +We recommend downloading Wobbly from the [Setsugennoao fork][wobbly_release]. -You can get the latest version by going to the *Actions* tab, +To continue, you must unpack the zip file. +Make sure you unpack it in a place where you're sure it won't be moved from in the future! +An easy place to put it is in your Documents directory. + +## Downloading a pre-release version + +If the most recent release is not up to date with the master branch, +then you might want to consider downloading from the [actions page][actions_page]. +You can get the latest snapshot by going to the *Actions* tab, clicking on the latest workflow, -and clicking on the *Wobbly-win64* link under *Artifacts*. -It should start downloading Wobbly now. +and then click on the *Wobbly-win64* link under *Artifacts*. +If the artifacts link has not expired yet, it will start downloading the latest snapshot. ![A Wobbly artifact](imgs/wobbly_artifact.png) -To continue, you must now unpack this zip file. -Make sure you unpack it in a place you're sure it won't be moved from in the future! -The easiest place to put it is in your Documents directory. - ## Dependencies Wobbly has the following dependencies: @@ -40,4 +43,4 @@ This will open up a window displaying the plugins it was able to find. [//]: <> (urls) [wobbly_release]: https://github.com/Setsugennoao/Wobbly/releases -[recommended_version]: https://github.com/Setsugennoao/Wobbly/actions +[actions_page]: https://github.com/Setsugennoao/Wobbly/actions