You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,51 @@ that's the point.
58
58
59
59
## Installation
60
60
61
-
### From crates.io (recommended)
61
+
> `filo` is a command-line tool. After installing by any method below, run it
62
+
> from a terminal (Command Prompt / PowerShell / Terminal). The package name on
63
+
> crates.io is `filo-rs`; the installed command is always `filo`.
64
+
65
+
### Windows
66
+
67
+
[-0078D6?logo=windows&logoColor=white&style=for-the-badge)](https://github.com/Kanishk2207/filo/releases/latest/download/filo-x86_64.msi)
68
+
69
+
Download the `.msi`, double-click it, and follow the wizard. Then open a new
70
+
terminal and run `filo --version`. To uninstall: **Settings → Apps → Installed
71
+
apps → filo**.
72
+
73
+
Prefer a package manager? With [Scoop](https://scoop.sh):
74
+
75
+
```powershell
76
+
scoop bucket add filo https://github.com/Kanishk2207/scoop-filo
77
+
scoop install filo
78
+
```
79
+
80
+
### Ubuntu / Debian
81
+
82
+
[-E95420?logo=debian&logoColor=white&style=for-the-badge)](https://github.com/Kanishk2207/filo/releases/latest/download/filo-amd64.deb)
83
+
84
+
Download the `.deb` and install it (double-click to open in Software Install, or
85
+
from a terminal):
86
+
87
+
```bash
88
+
sudo dpkg -i ~/Downloads/filo-amd64.deb
89
+
```
90
+
91
+
To uninstall: `sudo dpkg -r filo-rs`.
92
+
93
+
### macOS
94
+
95
+
```bash
96
+
brew install Kanishk2207/filo/filo-rs
97
+
```
98
+
99
+
### Arch Linux
100
+
101
+
```bash
102
+
yay -S filo-bin
103
+
```
104
+
105
+
### Any OS — from crates.io (recommended for Rust users)
0 commit comments