diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-14 15:22:22 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-14 15:22:22 -0400 |
commit | fb71eec28c092e3c0be866fe52cb89d2c06d9ba8 (patch) | |
tree | 9be920a884197a3bafd05776ae2b3ef7759eb12b /README | |
parent | a800d01375d989cefd56011467d26d51815ba2dc (diff) | |
download | sbo-maintainer-tools-fb71eec28c092e3c0be866fe52cb89d2c06d9ba8.tar.gz |
make it easier to run sbopkglint without installing it
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ You can also run sbolint and sbopkglint directly from the source directory (e.g. ./sbopkglint), if you can think of a reason for that (maybe you're hacking on the tests). +If you want, you can just symlink sbolint and sbopkglint to some +directory in your $PATH (e.g. if you keep your local scripts in +~/bin). + Git Hook: To use the git hook, copy pre-commit-sbolint to .git/hooks/pre-commit |