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:
parent
f51b761e6d
commit
7f341fb554
10
README.md
10
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user