summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index dddb932..238fb41 100644
--- a/README.md
+++ b/README.md
@@ -9,5 +9,16 @@ render the source files into html files.
To submit changes, please fork this repo and issue pull requests on github.
-For more information how to use `amber`, see: https://github.com/leapcode/amber.
+For more information how to use `amber`, see:
+https://github.com/leapcode/amber.
+For now, there is no post-commit hook on this repo that automatically triggers
+an update to the website. To deploy the current version:
+
+ sudo gem install capistrano
+ git clone https://leap.se/git/leap_se
+ cd leap_se
+ cap deploy
+
+This will deploy directly from master branch of https://leap.se/git/leap_se
+(in other words, local changes are not deployed). \ No newline at end of file