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 +```