mirror of
https://github.com/jroimartin/gocui.git
synced 2025-04-26 13:48:49 +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:
|
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…
x
Reference in New Issue
Block a user