mirror of https://github.com/jroimartin/gocui.git
Merge pull request #253 from tbouasli/patch-1
docs: removed dollar sign from scripts
This commit is contained in:
commit
fc12c654f2
|
@ -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