]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - README.md
Prepare wallabag 2.1.0 :rocket:
[github/wallabag/wallabag.git] / README.md
index 73c34ae0eb407f8e97efb190ea76bfad963106ec..6d215c896cbd4982ee5e5253228c076fcbc3ab61 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ Then you can install wallabag by executing the following commands:
 ```
     git clone https://github.com/wallabag/wallabag.git
     cd wallabag
-    git checkout 2.1
-    ./install.sh
+    git checkout 2.1.0
+    ASSETS=build ./install.sh
     php bin/console server:run --env=prod
 ```