aboutsummaryrefslogtreecommitdiffhomepage
path: root/DESCRIPTION.md
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish@cloudron.io>2015-07-07 09:52:38 -0700
committerGirish Ramakrishnan <girish@cloudron.io>2015-07-07 09:57:30 -0700
commitce5fee2c0c8f8722f31c3e9d420429a28ffe604b (patch)
treef1dd0cb8300687dee82b5abdca82bdf6d9babb53 /DESCRIPTION.md
parent57d67dfb110f2fefa8d618542db6468339a61fd2 (diff)
downloadSurfer-ce5fee2c0c8f8722f31c3e9d420429a28ffe604b.tar.gz
Surfer-ce5fee2c0c8f8722f31c3e9d420429a28ffe604b.tar.zst
Surfer-ce5fee2c0c8f8722f31c3e9d420429a28ffe604b.zip
Add description
Diffstat (limited to 'DESCRIPTION.md')
-rw-r--r--DESCRIPTION.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
new file mode 100644
index 0000000..4b35e46
--- /dev/null
+++ b/DESCRIPTION.md
@@ -0,0 +1,21 @@
1Surfer is a Simple static file server. It comes with a commandline tool
2to upload files from your local folders.
3
4### How to upload
5
6You can upload files using the commandline tool.
7
8First, install the surfer cli tool using npm.
9
10 sudo npm -g install cloudron-surfer
11
12
13Login using your Cloudron credentials:
14
15 surfer login <this app's url>
16
17
18Put some files:
19
20 surfer put [file]
21