From 12f22e359ff497a30c9884e144de56b353333370 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 4 Dec 2023 20:04:20 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 272262b..d4cbf46 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ in Md2Vim's design. If you already have the Go environment and toolchain set up, you can get the latest version by running: ``` -$ go install foosoft.net/projects/md2vim@latest +go install foosoft.net/projects/md2vim@latest ``` Otherwise, you can use the [pre-built binaries](https://github.com/FooSoft/md2vim/releases) from the project page.