summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-01 15:25:17 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-01 15:35:04 +0200
commitb81204994ebd395b0229c0e7eaaa47b7a013ece9 (patch)
tree51da1ba6c47651fcdd67c41d43e88924fc4ac4fc /README.md
parentb3ed8e3a2efcbf47b20358a497668d3df202d53a (diff)
doc: Unindent lines in code blocks.
The markup was messed up in commit 3731a890d. This change removed unneeded spaces in front of the code.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 34cbb0b8..998c2e40 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ see below for OS-specific commands to install the needed libraries:
### Debian
```shell
- $ sudo apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
+$ sudo apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
```
Notes:
@@ -140,19 +140,19 @@ Notes:
### Arch Linux
```shell
- $ sudo pacman -S git cargo clang make pkg-config nettle openssl capnproto sqlite3 --needed
+$ sudo pacman -S git cargo clang make pkg-config nettle openssl capnproto sqlite3 --needed
```
### Fedora
```shell
- $ sudo dnf install git rustc cargo clang make pkg-config nettle-devel openssl-devel capnproto sqlite-devel
+$ sudo dnf install git rustc cargo clang make pkg-config nettle-devel openssl-devel capnproto sqlite-devel
```
### macOS (Mojave), using MacPorts
```shell
- $ sudo port install cargo rust capnproto nettle pkgconfig coreutils
+$ sudo port install cargo rust capnproto nettle pkgconfig coreutils
```
### Windows
@@ -164,7 +164,7 @@ set to `false`.
#### MSYS2
You can install the needed libraries with the following command:
```shell
- $ pacboy -S base-devel toolchain:x clang:x bzip2:x nettle:x sqlite3:x capnproto:x
+$ pacboy -S base-devel toolchain:x clang:x bzip2:x nettle:x sqlite3:x capnproto:x
```
Due to Gitlab's Windows Shared Runners being somewhat slow, we only run them
@@ -185,19 +185,19 @@ setuptools, cffi, and pytest for Python3.
#### Debian
```shell
- $ sudo apt install python3-dev python3-setuptools python3-cffi python3-pytest
+$ sudo apt install python3-dev python3-setuptools python3-cffi python3-pytest
```
#### Fedora
```shell
- $ sudo dnf install python3-devel python3-setuptools python3-cffi python3-pytest
+$ sudo dnf install python3-devel python3-setuptools python3-cffi python3-pytest
```
#### macOS (Mojave), using MacPorts
```shell
- $ sudo port install py37-setuptools
+$ sudo port install py37-setuptools
```
Getting help