Skip to content

Commit

Permalink
Clean up "master" install instructions a bit (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm authored Dec 17, 2023
1 parent 7e5bfef commit 2b7c9d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pros:
Cons:

- Tested, but unstable, so expect things to break often
- Must be compiled manually, unless you [use our CI](/install#using-our-ci)
- Must be compiled manually, unless you [use our CI](/install/master#using-our-ci)
- Updated often

In general, we only recommend using `master` to experienced users that can afford breakage from time to time.
Expand Down
8 changes: 5 additions & 3 deletions src/pages/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generic Linux x86_64 ready binaries are available in our [Releases](https://gith

##### Arch

RGBDS is available in the official Arch Linux repositories as [`extra/rgbds`](https://www.archlinux.org/packages/extra/x86_64/rgbds/); you can also get the [latest master](/docs/master) via the [`rgbds-git`](https://aur.archlinux.org/packages/rgbds-git) AUR package.
RGBDS is available in the official Arch Linux repositories as [`extra/rgbds`](https://www.archlinux.org/packages/extra/x86_64/rgbds/); you can also get the [latest master](/docs/master#master) via the [`rgbds-git`](https://aur.archlinux.org/packages/rgbds-git) AUR package.

```bash
pacman -S rgbds
Expand Down Expand Up @@ -48,7 +48,8 @@ For these, please refer to the Linux instructions for the installed Linux distri
</TabItem>
<TabItem value="cygwin" label="Cygwin / MSYS2">

1. First, [pick the version you want to install](/docs). If you want to [use `master`](/docs/master/#what) instead of a release, [go here](/install/master).
1. First, [pick the version you want to install](/docs).
If you want to [use `master`](/docs/master/#master) instead of a release, [follow the corresponding instructions](/install/master).
2. Follow the "release page" link below "GitHub links", and grab either of the `win32` (for 32-bit Windows) or `win64` (for 64-bit Windows) `.zip` files, near the bottom of the page.
3. Unzip that file, you should get the `.exe` files alongside a couple of `.dll`s.
4. Copy all of those `.exe` and `.dll` files to the `/usr/local/bin` directory of Cygwin/MSYS2's installation.
Expand All @@ -65,7 +66,8 @@ Note: if you can choose between using Cygwin or MSYS2, be advised that Cygwin is
</TabItem>
<TabItem value="win32" label="None of those">

1. First, [pick the version you want to install](/docs). If you want to [use `master`](/docs/master/#what) instead of a release, [go here](/install/master).
1. First, [pick the version you want to install](/docs).
If you want to [use `master`](/docs/master/#master) instead of a release, [follow the corresponding instructions](/install/master).
2. Follow the "release page" link below "GitHub links", and grab either of the `win32` (for 32-bit Windows) or `win64` (for 64-bit Windows) `.zip` files, near the bottom of the page.
3. Unzip that file, you should get the `.exe` files alongside a couple of `.dll`s.
4. Either:
Expand Down

0 comments on commit 2b7c9d1

Please sign in to comment.