From 52aa4411952e3553982b114ef709d4aba2d569a1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 4 Dec 2023 20:06:28 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8573cc..a8fb078 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Linux distribution; recompilation is not required. If you already have the Go environment and toolchain set up, you can get the latest version by running: ``` -$ go get github.com/FooSoft/vfs +go get github.com/FooSoft/vfs ``` Users of Debian-based distributions can use [godeb](https://github.com/niemeyer/godeb) to quickly install the Go compiler on their machines.