From 282c63153de5897905f99ed5c8fe3f27af9a54cb Mon Sep 17 00:00:00 2001 From: Andrei Marcu Date: Sat, 11 Dec 2021 13:27:14 -0800 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index dd01d11..58c5dc1 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,8 @@ Feel free to send a pull request if you are maintaining an active fork of this p 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. -### Demo -You can see what it looks like using the demo: [https://demo.linx-server.net/](https://demo.linx-server.net/) - ### Clients **Official** - CLI: **linx-client** - [Source](https://github.com/andreimarcu/linx-client) @@ -196,9 +191,6 @@ Run linx-server normally. 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 ``` 2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ``` 3. ```go build && ./linx-server```