add command to install pip package manager (not installed by default) and fully qualify path to pre-commit
This commit is contained in:
parent
ccaeeb9336
commit
533dc01364
@ -96,8 +96,9 @@ msbuild
|
||||
./fxtool install gtk
|
||||
|
||||
# ================ INSTALL PRE-COMMIT HOOKS MANAGER ================
|
||||
sudo apt install python3-pip
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
~/.local/bin/pre-commit install
|
||||
|
||||
echo "Build finished! Now type ./universal-editor to"
|
||||
echo "run the program, or type ./install.sh to install to your local"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user