Merge pull request #253 from tbouasli/patch-1

docs: removed dollar sign from scripts
This commit is contained in:
Roi Martin 2024-09-09 07:08:19 +02:00 committed by GitHub
commit fc12c654f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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