From 15019fbd610e37eaba49908dc4a9392a0ee2b052 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 17 Jan 2023 23:08:34 -0600 Subject: [PATCH] updated install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4763daf..3401026 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This app is in development, and is currently not stable. Expect core functionali To install: -`go install git.andrewnw.xyz/CyberShell/backy` +`go install git.andrewnw.xyz/CyberShell/backy@master` This assumes you already have a working Go environment, if not please see [this page](https://golang.org/doc/install) first.