Skip to content

Commit

Permalink
docs(readme): refine readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shvc committed Jul 29, 2024
1 parent edb702b commit 1c14e91
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ fone is a simple S3/sftp Browser based on [fyne](https://github.com/fyne-io/fyne
- Download prebuilt [binary](https://github.com/shvc/fone/releases)
- Or build from source
```
# clone code
git clone https://github.com/shvc/fone
go install github.com/fyne-io/fyne-cross
# install build toolkit
go install github.com/fyne-io/fyne-cross@latest
# build Windows binary
fyne-cross windows -env GOPROXY=https://goproxy.cn
# build Linux binary
fyne-cross linux -release -env GOPROXY=https://goproxy.cn
# build Android binary
fyne-cross android -release -env GOPROXY=https://goproxy.cn
```

0 comments on commit 1c14e91

Please sign in to comment.