Update README.md

This commit is contained in:
Andrei Marcu 2021-12-11 13:27:14 -08:00 committed by GitHub
parent 926d9bf458
commit 282c63153d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,8 @@ Feel free to send a pull request if you are maintaining an active fork of this p
linx-server linx-server
====== ======
[![Build Status](https://travis-ci.org/andreimarcu/linx-server.svg?branch=master)](https://travis-ci.org/andreimarcu/linx-server)
Self-hosted file/media sharing website. Self-hosted file/media sharing website.
### Demo
You can see what it looks like using the demo: [https://demo.linx-server.net/](https://demo.linx-server.net/)
### Clients ### Clients
**Official** **Official**
- CLI: **linx-client** - [Source](https://github.com/andreimarcu/linx-client) - CLI: **linx-client** - [Source](https://github.com/andreimarcu/linx-client)
@ -196,9 +191,6 @@ Run linx-server normally.
Development Development
----------- -----------
Any help is welcome, PRs will be reviewed and merged accordingly.
The official IRC channel is #linx on irc.oftc.net
1. ```go get -u github.com/andreimarcu/linx-server ``` 1. ```go get -u github.com/andreimarcu/linx-server ```
2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ``` 2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ```
3. ```go build && ./linx-server``` 3. ```go build && ./linx-server```