Skip to content

Commit c4ff578

Browse files
committed
Update the installation section of the readme to suggest binary releases
1 parent 70ddf72 commit c4ff578

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,28 @@ Not yet implemented:
2424

2525
#### 1. Install the app
2626

27+
You can use a bash installer on linux or macOS:
28+
29+
```bash
30+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DCNick3/f-xoss/releases/latest/download/f-xoss-util-installer.sh | sh
31+
```
32+
33+
And a powershell installer on Windows:
34+
35+
```powershell
36+
irm https://github.com/DCNick3/f-xoss.git/releases/download/f-xoss-util-installer.ps1 | iex
37+
```
38+
39+
Alternatively, `cargo binstall` can be used:
40+
41+
```bash
42+
cargo binstall f-xoss-util
2743
```
28-
cargo install --git https://github.com/DCNick3/f-xoss.git
29-
f-xoss-util dev sync
44+
45+
Finally, you can build it from source with `cargo install`:
46+
47+
```bash
48+
cargo install f-xoss-util
3049
```
3150

3251
#### 1.1. (Optional) You can also install shell completion with

0 commit comments

Comments
 (0)