главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-07-08 11:32:13 +0200
committerCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-07-08 11:32:13 +0200
commit57469bbd5e7db9c1799aa853d76e3b4c529026f4 (patch)
tree56531b4502b8b12d97ab613207c42c89ef92bd49
parent251e968314ea395195a7666cdbfc90044f4aa6de (diff)
Update README.md
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index d456c1a..6d966e2 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,14 @@ You can read [the initial blog post](http://mmb.pcb.ub.es/~carlesfe/blog/creatin
Usage
-----
-Download bb.sh into a public folder of yours and run it:
+You only need SSH access to a server which allows its users to run shell scripts.
+
+Copy bb.sh into a public folder of yours and run it:
./bb.sh
-This will show the available commands
+This will show the available commands. If the file is not executable, you can either `chmod +x bb.sh`
+or run it with `bash bb.sh`
**Before creating a blog post, edit `bb.sh` and modify the variables in the `global_variables()` function or create a `.config` file with your configutation values**