mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
more space
This commit is contained in:
parent
f069a26fdb
commit
30cb4b5faf
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
|||
Generator,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-46-g39f7790-dev"
|
||||
__version__ = "22.12a3-47-gf069a26-dev"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
@ -563,6 +563,7 @@ SHOW_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