Compare commits
No commits in common. "3be8860146657bb1179d5b422738ec38d8760657" and "165cae759efa4516a32f3369dcc27d6638f6d7ea" have entirely different histories.
3be8860146
...
165cae759e
10
README.md
10
README.md
@ -14,7 +14,7 @@ MdView recursively renders the parent directory of the user-provided file and se
|
||||
|
||||
## Usage
|
||||
|
||||
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
|
||||
```
|
||||
@ -26,3 +26,11 @@ Parameters:
|
||||
-port int
|
||||
port (default 8080)
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
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
|
||||
```
|
||||
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