Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 564 Bytes

fone

fone is a simple S3/sftp Browser based on fyne

Install

  • Download prebuilt binary
  • Or build from source
# clone code
git clone https://github.com/shvc/fone

# 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