added example output after installation and note about getting a new terminal
This commit is contained in:
parent
85cd31ae52
commit
9b7dce0861
1 changed files with 5 additions and 0 deletions
5
tasks.py
5
tasks.py
|
@ -137,6 +137,11 @@ def install(c, dev=False, verbose=False):
|
|||
install_core(c, hide)
|
||||
install_poetry(c, dev, hide)
|
||||
install_ospf_mdr(c, os_info, hide)
|
||||
print("please open a new terminal or re-login to leverage invoke for running core")
|
||||
print("# run daemon")
|
||||
print("inv daemon")
|
||||
print("# run gui")
|
||||
print("inv gui")
|
||||
|
||||
|
||||
@task
|
||||
|
|
Loading…
Reference in a new issue