From 9ceb3296291e71ac14cbca2a048e11ffe76cd1b4 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Sun, 6 Mar 2016 01:38:08 +0100 Subject: [PATCH 1/2] README: close parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579df2a..94cbfcd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ For the web application configuration, a [`config.js.example`](https://github.co External Tools --- -Currently, there are two external programs adapted to work with Up1: [ShareX](https://github.com/ShareX/ShareX) [(relevant code](https://github.com/ShareX/ShareX/pull/751), and [upclient](https://github.com/Upload/upclient). +Currently, there are two external programs adapted to work with Up1: [ShareX](https://github.com/ShareX/ShareX) ([relevant code](https://github.com/ShareX/ShareX/pull/751)), and [upclient](https://github.com/Upload/upclient). ShareX is a popular screenshot tool which supports tons of upload services, not just for images but also for text, video, documents, etc. ShareX includes a service which can send files to any Up1 server. It uses .NET BouncyCastle for the crypto. From d36e23757723f1a934f3c9dd7480847d0c3790e3 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Sun, 6 Mar 2016 01:39:14 +0100 Subject: [PATCH 2/2] README: fix quick start instructions * cd into the correct directory after git clone. * Create default configs before starting server. Without this, it fails --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94cbfcd..a2d0b3c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ To install and run the server with default settings: apt-get install nodejs git clone https://github.com/Upload/Up1 - cd upload/server + cd Up1 + cp server/server.conf.example server/server.conf + cp client/config.js.example client/config.js + cd server npm install node server.js