porcupine
porcupine copied to clipboard
linux installation instructions: porcu command
If you add export PATH="$PATH:$HOME/.local/bin"
to your ~/.bashrc
, you can type porcu
instead of python3 -m porcupine
. This is currently not documented.
Thanks, I didn't know about that file :)
edit: about porcu
, not bashrc
xdd
It is an entry point created in setup.py:
https://github.com/Akuli/porcupine/blob/ed13a8264ccc3c222bfe52c3b3dc1389dc70d957/setup.py#L48
The instructions have used porcu
command for some time now.