mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 16:36:25 +00:00
docs: added missing help for install prerequisites
This commit is contained in:
parent
f9521efc50
commit
8fd534747a
@ -15,7 +15,7 @@ def install():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
@click.command('prerequisites')
|
@click.command('prerequisites', help="Installs pre-requisite libraries, essential tools like b2zip, htop, screen, vim, x11-fonts, python libs, cups and Redis")
|
||||||
def install_prerequisites():
|
def install_prerequisites():
|
||||||
run_playbook('site.yml', tag='common, redis')
|
run_playbook('site.yml', tag='common, redis')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user