1
0
mirror of https://github.com/yorukot/superfile.git synced 2025-02-06 09:44:40 +00:00

docs: Add build instructions for windows

This commit is contained in:
Nitin Kumar 2025-02-01 21:15:50 +05:30
parent f51b761e6d
commit 7f341fb554

View File

@ -99,6 +99,7 @@ Enter the downloaded directory:
cd superfile
```
### For MacOS/Linux
Run the `build.sh` file:
```bash
@ -110,6 +111,15 @@ Add the binary file to your $PATH, e.g., in `/usr/local/bin`:
```bash
sudo mv ./bin/spf /usr/local/bin
```
### For Windows
```bash
go build -o bin/spf.exe
```
Edit System Environment Variables and add superfile repo's `bin` directory to your PATH
## Start Superfile
```bash