Skip to content

Commit 9625236

Browse files
committed
docs(README): Using bash instead of console
1 parent 30f945e commit 9625236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ It also contains a skeleton class to wrap the `C` header translation and make it
2323

2424
The package `libleveldb-dev` should be installed in order for the tests to compile:
2525

26-
```console
27-
$ sudo apt install libleveldb-dev
26+
```bash
27+
sudo apt install libleveldb-dev
2828
```
2929

3030
> **NOTE**: Since this is being tested on an Ubuntu 24.04, I'll need the community to help me pin down any different package.

0 commit comments

Comments
 (0)