Add local_run in documentatin for developpers
This commit is contained in:
parent
25e51a357a
commit
3d6d0f8711
1 changed files with 13 additions and 0 deletions
|
|
@ -37,6 +37,19 @@ Then, run this command::
|
||||||
|
|
||||||
$ weboob-config update
|
$ weboob-config update
|
||||||
|
|
||||||
|
Run Weboob without installation
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
This does not actually install anything, but lets you run Weboob from the source code,
|
||||||
|
while also using the modules from that source::
|
||||||
|
|
||||||
|
$ ./tools/local_run.sh APPLICATION COMMANDS
|
||||||
|
|
||||||
|
For example, instead of running `videoob -b youtube search plop`, you would run::
|
||||||
|
|
||||||
|
$ ./tools/local_run.sh videoob -b youtube search plop
|
||||||
|
|
||||||
|
|
||||||
Conclusion
|
Conclusion
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue