From 1a33becbfa6aaf7661824ce40016acb8c179f13c Mon Sep 17 00:00:00 2001 From: Simon Sawert Date: Fri, 14 Aug 2020 20:40:46 +0200 Subject: [PATCH] Fix binary install example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24e66ab785b..c0fce49638e 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,8 @@ Please see _'Development Status'_ for a listing of all crates and their capabili ### Binary Release ```sh -curl -LSfs https://raw.githubusercontent.com/byron/git-oxide/master/ci/install.sh | \ - sh -s -- --git byron/git-oxide --crate gix-max-termion +curl -LSfs https://raw.githubusercontent.com/Byron/gitoxide/main/ci/install.sh | \ + sh -s -- --git Byron/gitoxide --crate gix-max-termion ``` See the [releases section][releases] for manual installation and various alternative builds that are _slimmer_ or _smaller_, depending