Files
kraken-stoploss/install.sh
Gage-Goodson 13acf3130c first commit
2025-07-30 20:58:34 -05:00

9 lines
112 B
Bash

#!/bin/bash
ln -s pre-commit ./.git/hooks/pre-commit
chmod u+x pre-commit
python3 -m venv .venv
source .venv