1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

README.md: prefix linux sections with "linux"

This commit is contained in:
Henrik Hautakoski 2020-02-28 12:21:37 +01:00
parent de6b62a5bd
commit 3f1e657649

View file

@ -17,7 +17,7 @@ You will need `openssl` development files (version 1.1 or later) to compile and
This project uses CMake version 3.15 to build the source code. This project uses CMake version 3.15 to build the source code.
**Ubuntu:** **Linux: Ubuntu**
```sh ```sh
$ apt-get install gcc g++ cmake libssl-dev $ apt-get install gcc g++ cmake libssl-dev
``` ```
@ -31,11 +31,11 @@ $ sudo apt-add-repository "deb https://apt.kitware.com/ubuntu/ `lsb_release -cs`
$ sudo apt-get install cmake $ sudo apt-get install cmake
``` ```
**For other linux distributions:** **Linux: Other**
Consult the manual for how to get these installed. Consult the manual for how to get these installed.
**Linux: CMake manual install:** **Linux: CMake manual install**
If your package manager don't provide a sufficiently new version of cmake, you can install it manually with this command: If your package manager don't provide a sufficiently new version of cmake, you can install it manually with this command: