From ce5fee2c0c8f8722f31c3e9d420429a28ffe604b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 7 Jul 2015 09:52:38 -0700 Subject: Add description --- DESCRIPTION.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 DESCRIPTION.md (limited to 'DESCRIPTION.md') 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] + -- cgit v1.2.3