Skip to content

Commit d5f2eb9

Browse files
committed
fixing link
1 parent 3593a8b commit d5f2eb9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@ This library hopes to bridge that gap
2020

2121
## Installing directly
2222

23-
pip3 install https://github.com/jceaser/shellwrap/releases/download/latest-master/shellwrap-0.0.3-py3-none-any.whl
23+
pip3 install https://github.com/jceaser/shellwrap/releases/download/v0.0.3-release/shellwrap-0.0.3-py3-none-any.whl
2424

2525
## Usage
2626

27-
### Printing in color
27+
### Printing in color with formating
2828

2929
from shellwrap import color
3030
color.cprint(color.tcode.green, "Starting script", env)
3131
print(color.colorize(":rocket::blink:This is my :red:RED:end: text and this is my :green:GREEN:end: text."))
32+
print(color.link("https://example.com/", "example.com"))
33+
34+
Read more about [OCS 8](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda).
3235

3336
### Calling Unix Commands
3437

0 commit comments

Comments
 (0)