From 28662aa9613c108ec3240e50ed840a46afe8529f Mon Sep 17 00:00:00 2001 From: s2 Date: Mon, 17 Jun 2019 20:01:33 +0200 Subject: [PATCH] minor readme fix --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67259e35..e1d196fa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If no folder is specified, gitlit looks at the current path. ## contribute The code is very easy. Just clone the repo and have look! -Use the `.jscrc` for formatting the code and keep it clean and consistent. +Use the `.eslintrc.json` for formatting the code and keep it clean and consistent. There are just some js libraries: - [ejs](http://ejs.co/) is used for templating. The templates are in `app/js/templates.js`. @@ -34,12 +34,14 @@ There are just some js libraries: ### run the app ``` cd app +npm install npm start ``` ### make a release ``` -./makedist.sh +npm install +npm run dist ``` ## license