From 404c203488d67cc735388155f358bea8fe22f16d Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 22 Apr 2020 12:17:54 +0200 Subject: [PATCH] README.md: Change libeoskeygen to libeosio --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e154aa..f1ce300 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This program generates public and private keypair for [EOS](https://eos.io/) ## Compile -You will need `libeoskeygen` and `cmake 3.15` or later to compile this project. +You will need `libeosio` and `cmake 3.15` or later to compile this project. ### Linux/MacOS @@ -56,7 +56,7 @@ $ brew install cmake If you need a newer version of cmake, you can download the official `.dmg` file: [cmake-3.15.7-Darwin-x86_64.dmg](https://github.com/Kitware/CMake/releases/download/v3.15.7/cmake-3.15.7-Darwin-x86_64.dmg). or see https://cmake.org/download for other versions. -`libeoskeygen` needs to be compiled and installed from source. [Go here](https://github.com/eosswedenorg/libeoskeygen) +`libeosio` needs to be compiled and installed from source. [Go here](https://github.com/eosswedenorg/libeosio) #### Build