From ce5fee2c0c8f8722f31c3e9d420429a28ffe604b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 7 Jul 2015 09:52:38 -0700 Subject: [PATCH] Add description --- CloudronManifest.json | 2 +- DESCRIPTION.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 DESCRIPTION.md diff --git a/CloudronManifest.json b/CloudronManifest.json index f16fb62..4798364 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -2,7 +2,7 @@ "id": "io.cloudron.surfer", "title": "Surfer", "author": "Cloudron Team", - "description": "Simple static file server. It comes with a commandline tool to upload files from your local folders.", + "description": "file://DESCRIPTION.md", "tagline": "Static file server", "tags": [ "fileserver", diff --git a/DESCRIPTION.md b/DESCRIPTION.md new file mode 100644 index 0000000..4b35e46 --- /dev/null +++ b/DESCRIPTION.md @@ -0,0 +1,21 @@ +Surfer is a Simple static file server. It comes with a commandline tool +to upload files from your local folders. + +### How to upload + +You can upload files using the commandline tool. + +First, install the surfer cli tool using npm. + + sudo npm -g install cloudron-surfer + + +Login using your Cloudron credentials: + + surfer login + + +Put some files: + + surfer put [file] + -- 2.41.0