Skip to content

Commit c6cbab9

Browse files
authored
Typos and style fixes
1 parent ce1bd78 commit c6cbab9

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For newer versions of Visual Studio we recommend to use MPIR library instead whi
2929
2. CMake will generate sln file in ./build. Open it and build the library.
3030

3131
### Linux
32-
1. Install GMP with the package manager. Also install all the necessary deveklopment tools (gcc, make or build-essential package on Debian).
32+
1. Install GMP with the package manager. Also install all the necessary development tools (gcc, make or build-essential package on Debian).
3333
2. Run `cmake -G "Unix Makefiles" -B./build -H./`.
3434
3. `cd build && make && make install`.
3535

@@ -40,25 +40,29 @@ You can then use `gdebi` to do a local install of .deb with automatic dependency
4040
## Hosted Linux repositories
4141
DEB and RPM repositories are maintained with best effort.
4242

43-
## Debian (jessie, amd64)
43+
### Debian (amd64)
4444
1. To `/etc/apt/sources.list` add:
45-
```
46-
#apt.xpam.pl
47-
deb http://apt.xpam.pl/ jessie main
48-
```
45+
46+
```
47+
#apt.xpam.pl
48+
deb http://apt.xpam.pl/ jessie main
49+
```
50+
4951
2. Add GPG key: `wget -qO - http://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
5052
3. Update and install: `sudo apt-get update && sudo apt-get install bncsutil`
5153
52-
## Fedora/CentOS (amd64)
54+
### Fedora/CentOS (amd64)
5355
1. In `/etc/yum.repos.d/rpm.xpam.pl.repo` add
54-
```
55-
[rpm.xpam.pl]
56-
name = rpm.xpam.pl
57-
baseurl = https://rpm.xpam.pl
58-
```
59-
or, with dnf on Fedora: `dnf config-manager --add-repo https://rpm.xpam.pl`
56+
57+
```
58+
[rpm.xpam.pl]
59+
name = rpm.xpam.pl
60+
baseurl = https://rpm.xpam.pl
61+
```
62+
63+
or, with dnf on Fedora: `dnf config-manager --add-repo https://rpm.xpam.pl`
6064
2. If using dnf, make sure to import the public key: `rpm --import https://rpm.xpam.pl/stormlib-pubkey.asc`
6165
3. Update and install: `yum update && yum install stormlib` or dnf equivalent.
6266
63-
## 32bit RPM
64-
TBD
67+
### Fedora/CentOS (x86)
68+
TBD

0 commit comments

Comments
 (0)