From f154fc0508ad6c428a074076463d2717703266cf Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 6 Feb 2022 03:55:33 +0100 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e85aa6..691cd57b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project contains the source for the new InvenTree website. It is built on Jekyll and GitHub pages for backend / hosting and tailtwindcss for frontend. -## Develop +## common commands Install packages ``` bundle install @@ -17,3 +17,8 @@ Run debug server ``` bundle exec jekyll serve --incremental ``` + +Regenerate file structure +``` +tree -I '_site|.git|.jekyll-cache|node_modules' --dirsfirst +```