From 713a5770ae968cfd48250de79422eb21cc530086 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 4 Dec 2023 20:05:50 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afa38e..fac72d6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ the desired file is not known but the URL of the website that links to it is (co If you already have the Go environment and toolchain set up, you can get the latest version by running: ``` -$ go install foosoft.net/projects/scrawl@latest +go install foosoft.net/projects/scrawl@latest ``` Otherwise, you can use the [pre-built binaries](https://github.com/FooSoft/scrawl/releases) from the project page.