mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
yet again
This commit is contained in:
parent
39f7790e1c
commit
f069a26fdb
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
|||
Generator,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-45-g64d05e3-dev"
|
||||
__version__ = "22.12a3-46-g39f7790-dev"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
@ -562,7 +562,7 @@ SHOW_TEMPLATE = f"""
|
|||
{a.style('Current Source', 'bold')}: {{src}}
|
||||
"""
|
||||
|
||||
INSTALL_TEMPLATE = f"""\
|
||||
INSTALL_TEMPLATE = f"""
|
||||
Install viv.py to {a.bold}{{src_location}}{a.end}
|
||||
Symlink {a.bold}{{src_location}}{a.end} to {a.bold}{{cli_location}}{a.end}
|
||||
|
||||
|
|
Loading…
Reference in a new issue