From c558479b623bb081774ce11e29060b2813a9be0c Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sun, 26 Jan 2020 18:22:06 -0800 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e48ae78..1f5ec34 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ necessary. On Windows this should be enabled by default if you have a relatively 1. Install latest version of rust. I recommend https://rustup.rs/ 1. Install vulcan drivers. I'm not sure how on linux. Id appreciate a PR if you know more :) -1. Install lib-gtk `sudo apt install libgtk-3-dev` +1. Install lib gtk `sudo apt install libgtk-3-dev` 1. `git clone https://github.com/Kethku/neovide` 1. `cd neovide` 1. `cargo build --release`