diff --git a/README.md b/README.md index 97e31a4..c13b3ab 100644 --- a/README.md +++ b/README.md @@ -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.