aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-08-09 15:07:05 +0200
committerJoris Guyonvarch2015-08-09 15:07:05 +0200
commitc6f1f0b64de8a78932fb52d76dbed8054aba1f9e (patch)
tree0e09b967c4254c81a9cff4162d364b7c5e5ef478 /README.md
parent36ec550221d6ef9dd01bcb3badb0cdef0082aec2 (diff)
Adding usage information to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc84961..5a3a981 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,12 @@
# Makeup
+
+Makeup website written in markdown.
+
+## Usage
+
+```
+npm install
+npm run watch
+```
+
+Open a browser with the following address: `localhost:8000`.