mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 05:40:02 +01:00
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
¶
|
|
|
|
First, you need to create a file to tell veejay where to find plugins.
|
|
|
|
$ mkdir ~/.veejay
|
|
$ vi ~/.veejay/plugins
|
|
|
|
The contents of the file can look like:
|
|
|
|
/usr/local/lib/freeframe
|
|
/usr/local/lib/frei0r-1
|
|
|
|
Veejay will pick up the plugins the next time you start it.
|