mirror of
https://github.com/jroimartin/gocui.git
synced 2025-04-24 13:48:51 +08:00
docs: removed dollar sign from scripts
This commit is contained in:
parent
de100503e6
commit
031962f8d6
@ -20,16 +20,16 @@ Minimalist Go package aimed at creating Console User Interfaces.
|
||||
|
||||
Execute:
|
||||
|
||||
```
|
||||
$ go get github.com/jroimartin/gocui
|
||||
```sh
|
||||
go get github.com/jroimartin/gocui
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Execute:
|
||||
|
||||
```
|
||||
$ go doc github.com/jroimartin/gocui
|
||||
```sh
|
||||
go doc github.com/jroimartin/gocui
|
||||
```
|
||||
|
||||
Or visit [pkg.go.dev](https://pkg.go.dev/github.com/jroimartin/gocui) to read
|
||||
|
Loading…
x
Reference in New Issue
Block a user