From a16239e5d4760a772aeb758c384ed59fd1c4e3aa Mon Sep 17 00:00:00 2001 From: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com> Date: Fri, 4 Dec 2020 01:17:10 -0500 Subject: [PATCH] Update README.md as requested in #283 --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bceb9bc7..d9b41f4c 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,17 @@ And is incredibly fault tolerant and user-protective. **Do not install this as `root`.** -1. Install with [`pip3`](https://pypi.org/project/shallow-backup/) - + `$ pip3 install shallow-backup` - + `$ shallow-backup` +Select one of the following methods: -2. Download the `shallow-backup` binary from Releases tab. +#### Method 1: [`pip3`](https://pypi.org/project/shallow-backup/) + +```shell +pip3 install shallow-backup +``` + +#### Method 2: binary install + +Download the `shallow-backup` binary from [Releases](https://github.com/alichtman/shallow-backup/releases) tab. ### Usage ---