Skip to content

Commit 2a99ed7

Browse files
committed
finalize readme
1 parent b1564f9 commit 2a99ed7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ A CLI for tracking packages from USPS.
55
### Installation
66

77
```sh
8+
uv pip install usps-cli
9+
10+
# or, install from dev:
811
uv pip install git+https://github.com/iiPythonx/usps
912
```
1013

@@ -33,7 +36,13 @@ usps track
3336
Add a name to a package:
3437
```sh
3538
usps name <tracking number> [name]
39+
3640
# If you don't specify name, it will prompt for one.
41+
$ usps name <tracking number>
42+
Enter name: ...
43+
44+
# You can remove a name as well:
45+
usps name --erase <tracking number>
3746
```
3847

3948
### Requirements

0 commit comments

Comments
 (0)