File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments