Skip to content

Commit 73ac598

Browse files
authored
Merge pull request #345 from iciobanukx/DOC-878-FixTypo2
Push fix rlwap/rlwrap typo on "Installing kdb+" page to master
2 parents 26114c5 + a3a8cfb commit 73ac598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/learn/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Run `rlwrap -v` to check if it's currently installed. If not, install `rlwrap` u
270270

271271
After installation, the q command can be changed to always run with `rlwrap`:
272272
```bash
273-
alias q="rlwap -r q"
273+
alias q="rlwrap -r q"
274274
```
275275
This can be added to the end of the user's [profile](#step-5-edit-your-profile) to take effect on every session.
276276

0 commit comments

Comments
 (0)