This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,7 @@ To update a modpack:
106106
107107If 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
114111Bash/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
125122cabal 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
132127nix 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
You can’t perform that action at this time.
0 commit comments