Skip to content

Commit 9b9193b

Browse files
committed
Fix name on PyPI
1 parent d7dbe3d commit 9b9193b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,18 @@ Please refer to the original [`rsync-time-backup`](https://github.com/laurent22/
115115
116116
To install `rsync-time-machine.py`, simply clone the repository:
117117
118+
```bash
119+
pip install rsync-time-machine
118120
```
119-
git clone https://github.com/basnijholt/rsync-time-machine.py
121+
122+
and use it like `rsync-time-machine --help`
123+
124+
Or just copy the script to your computer:
125+
126+
```bash
127+
wget https://raw.githubusercontent.com/basnijholt/rsync-time-machine.py/main/rsync_time_machine.py
120128
```
129+
and use it like `./rsync_time_machine.py --help`
121130
122131
## :bulb: Examples
123132

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel", "versioningit"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "rsync-time-machine.py"
6+
name = "rsync-time-machine"
77
description = "rsync-time-machine.py is a wrapper around rsync to make it easier to create and maintain Time Machine style backups."
88
dynamic = ["version"]
99
authors = [{ name = "Bas Nijholt", email = "[email protected]" }]

0 commit comments

Comments
 (0)