Update README.md

pull/8/head
Jacob Torrey 2023-11-08 09:55:57 -07:00 zatwierdzone przez GitHub
rodzic 62c6b70e99
commit 358138b95f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ ZipPy will read files passed as command-line arguments or will read from stdin t
First, build and install the tool:
```
$ python3 setup.py build && python3 setup.py install
$ python3 setup.py build && python3 setup.py sdist && pip3 install dist/*.tar.gz
```
It will install a new script (`zippy`) that you can use directly: