mirror of https://github.com/Hilbis/Hilbish
docs: add newline between readline dep and fedora install step
parent
084f049ba5
commit
42c22aac96
|
@ -44,8 +44,8 @@ like what is highlighted in the screenshot.
|
||||||
### Manual Build
|
### Manual Build
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
- [Go 1.16](https://go.dev)
|
- [Go 1.16](https://go.dev)
|
||||||
|
|
||||||
- GNU Readline
|
- GNU Readline
|
||||||
|
|
||||||
On Fedora, readline can be installed with:
|
On Fedora, readline can be installed with:
|
||||||
```
|
```
|
||||||
sudo dnf install readline-devel
|
sudo dnf install readline-devel
|
||||||
|
|
Loading…
Reference in New Issue