Skip to content

Commit 3ba9035

Browse files
committed
Updated README.md
1 parent 9356b3f commit 3ba9035

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
128129
2. Create a new folder in %USERPROFILE% on your computer.
129-
130130
3. Paste the downloaded "fdir.exe" file into that folder.
131-
132131
4. 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.

0 commit comments

Comments
 (0)