Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit ac7aaf0

Browse files
committed
Update "Building" section
1 parent d688376 commit ac7aaf0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,7 @@ To update a modpack:
106106

107107
If you are using Nix on Linux x86_64, you can use `pkgs.nur.repos.amesgen.hellsmack` via [NUR](https://github.com/nix-community/NUR).
108108

109-
Alternatively, pre-built binaries can be found on the [release page](https://github.com/amesgen/hellsmack/releases). In particular:
110-
111-
- [Linux x86_64 (fully static)](https://github.com/amesgen/hellsmack/releases/latest/download/hellsmack-Linux.zip)
112-
- [Windows x86_64](https://github.com/amesgen/hellsmack/releases/latest/download/hellsmack-Windows.zip)
109+
Alternatively, pre-built binaries can be found on the [release page](https://github.com/amesgen/hellsmack/releases).
113110

114111
Bash/zsh/fish completions are also available, run one of
115112
```bash
@@ -125,20 +122,10 @@ This is an ordinary [Cabal](https://www.haskell.org/cabal/) project, so you can
125122
cabal build exe:hellsmack
126123
```
127124

128-
Alternatively, you can use [haskell.nix](https://input-output-hk.github.io/haskell.nix):
129-
130-
Build a fully static Linux binary:
125+
Alternatively, you can use [haskell.nix](https://input-output-hk.github.io/haskell.nix) to build a fully static Linux x86_64 binary:
131126
```bash
132127
nix build .#binaries-Linux
133128
```
134-
Cross-compile to Windows:
135-
```bash
136-
nix build .#binaries-Windows
137-
```
138-
Self-contained macOS bundle:
139-
```bash
140-
nix build .#binaries-macOS
141-
```
142129

143130
## Acknowledgements
144131

0 commit comments

Comments
 (0)