Update README.md

This commit is contained in:
Victor Seiji Hariki 2023-01-04 21:59:51 -03:00 committed by GitHub
parent e54f0977dc
commit c0bc689c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,9 @@
This is a folder containing some handy scripts to help developers to automate workflows and write code in openOutpaint's standards. This is a folder containing some handy scripts to help developers to automate workflows and write code in openOutpaint's standards.
All scripts must be run from the root of the project. All scripts must be run from the root of the project.
## `sethooks.sh` script ## `sethooks.sh` and `sethooks.ps1` scripts
This script will setup git hooks for this project. Hooks are mainly for cache busting purposes for now. It is recommended to run this script and setup hooks before any commits are made. These scripts will setup git hooks for this project. Hooks are mainly for cache busting purposes for now. It is recommended to run this script and setup hooks before any commits are made.
## `lint.sh` script ## `lint.sh` script