added example output after installation and note about getting a new terminal

This commit is contained in:
Blake Harnden 2020-07-10 10:27:17 -07:00
parent 85cd31ae52
commit 9b7dce0861

View file

@ -137,6 +137,11 @@ def install(c, dev=False, verbose=False):
install_core(c, hide) install_core(c, hide)
install_poetry(c, dev, hide) install_poetry(c, dev, hide)
install_ospf_mdr(c, os_info, 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 @task