summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index e49b5d7..9622006 100644
--- a/README
+++ b/README
@@ -23,7 +23,10 @@ Versuch einer mobile-first sublab website mit middleman (http://middlemanapp.com
== Building
bundle exec middleman build
- open build/index.html
+
+ # needs to be served for images to work
+ ruby -run -e httpd ./build -p 5000
+ open http://localhost:5000
== Problems / Features