Update README
This commit is contained in:
parent
7e034e3779
commit
f7fc2e4b94
@ -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:
|
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:
|
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:
|
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.
|
Otherwise, you can use the [pre-built binaries](https://github.com/FooSoft/mdview/releases) from the project page.
|
||||||
|
Loading…
Reference in New Issue
Block a user