Skip to content

Commit c8d2890

Browse files
author
Eli Flanagan
committed
docs: ensure install command just works
GitHub's web UI provides a button you can click to copy the code example. I did that this morning but was surprised by an error from the leading `$`. By removing the leading `$`, users can copy it and have the command work seamlessly. Signed-off-by: Eli Flanagan <[email protected]>
1 parent 0e391c5 commit c8d2890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For the usage of containerd and nerdctl (contaiNERD ctl), visit https://github.c
8888
[Homebrew package](https://github.com/Homebrew/homebrew-core/blob/master/Formula/lima.rb) is available.
8989

9090
```console
91-
$ brew install lima
91+
brew install lima
9292
```
9393

9494
<details>

0 commit comments

Comments
 (0)