Skip to content

Commit 81eb48f

Browse files
committed
Update README.md
1 parent c2e35b7 commit 81eb48f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![screenshot](builds/screenshot.gif)
44

55
#### Features
6-
6+
- Mobile UI with almost all "usable displays", android and ios ( on ios, can't upload files)
77
- Fast UI. Json + angular
88
- Directory fuzzy search / Acces
99
- Inline search ( current list )
@@ -16,17 +16,19 @@
1616
+ PUT /dir file
1717
+ GET /dir &format=json
1818
- Download dirs as zip
19+
- File stream of videos and music.
1920

2021
#### Install
2122

2223
Donwload a binary build: (Stable)
2324

24-
- [Osx 64bits](builds/file_server_osx)
25+
- [Osx 64bits](builds/file_server_darwin_amd64)
2526
- [Linux 64bits](builds/file_server_linux_amd64)
2627

2728
Or compile it:
2829
```go
2930
go get github.com/jordic/fileserver
31+
3032
go build or go install
3133
```
3234

0 commit comments

Comments
 (0)