mirror of https://github.com/jroimartin/gocui.git
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:
|
Execute:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
$ go get github.com/jroimartin/gocui
|
go get github.com/jroimartin/gocui
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Execute:
|
Execute:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
$ go doc github.com/jroimartin/gocui
|
go doc github.com/jroimartin/gocui
|
||||||
```
|
```
|
||||||
|
|
||||||
Or visit [pkg.go.dev](https://pkg.go.dev/github.com/jroimartin/gocui) to read
|
Or visit [pkg.go.dev](https://pkg.go.dev/github.com/jroimartin/gocui) to read
|
||||||
|
|
Loading…
Reference in New Issue