File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,12 +123,20 @@ fdir modified --gt 1y or size --gt 1gb --del # Show files older than 1 year old
123123
124124## Installation
125125
126- 1 . Download the "fdir.exe" file from the Releases tab.
126+ ### Windows
127127
128+ 1 . Download the "fdir.exe" file from the Releases tab.
1281292 . Create a new folder in %USERPROFILE% on your computer.
129-
1301303 . Paste the downloaded "fdir.exe" file into that folder.
131-
1321314 . Copy the path of that folder.
132+ 5 . Put the path of that folder into your system's PATH (run ` setx PATH "%PATH%;C:\path\to\fdir_folder" ` (replace the path with your actual path)).
133+
134+ ### Linux
135+
136+ 1 . Download the "fdir" file from the Releases tab.
137+ 2 . Go to the downloaded "fdir" file's folder (run ` cd path/to/your/folder ` (replace the path with your actual path)).
138+ 3 . Copy that path into ` ~/.local/bin ` (run ` cp fdir ~/.local/bin ` ).
139+
140+ ### MacOS
133141
134- 5 . Put the path of that folder into your system's PATH (run ` setx PATH "%PATH%;C:\path\to\fdir_folder" ` (replace the path with your actual path)) .
142+ Sorry, not available yet .
You can’t perform that action at this time.
0 commit comments