Update README

This commit is contained in:
Alex Yatskov 2023-12-04 20:04:53 -08:00
parent 7e034e3779
commit f7fc2e4b94

View File

@ -16,7 +16,7 @@ MdView recursively renders the parent directory of the user-provided file and se
Simply execute MdView with the path of the Markdown file you wish to view:
```
$ mdview path/to/file.md
mdview path/to/file.md
```
Execute MdView with `--help` to view options:
```
@ -31,6 +31,6 @@ Parameters:
If you already have the Go environment and toolchain set up, you can get the latest version by running:
```
$ go install foosoft.net/projects/mdview@latest
go install foosoft.net/projects/mdview@latest
```
Otherwise, you can use the [pre-built binaries](https://github.com/FooSoft/mdview/releases) from the project page.