From f51468d70b8c9592d81bed4e8e25f4ac8cb06757 Mon Sep 17 00:00:00 2001 From: blackfur <64478051+TheBlackfurGuy@users.noreply.github.com> Date: Fri, 9 Apr 2021 20:33:09 +0200 Subject: [PATCH] Added installation advice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a0adef..6a95334 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This project ports the MCPI API to rust! +## How to install + +Simply install this by adding `mcpi_api = "0.1.1"` to your Cargo.toml + ## Examples Hello world!