From c7bb4e2f7a873cf250ed8a99197d92215aca2671 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Mon, 27 Jan 2020 19:57:44 -0800 Subject: [PATCH] Fix build target path typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8f13c1..f444df0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ necessary. On Windows this should be enabled by default if you have a relatively 3. `git clone https://github.com/Kethku/neovide` 4. `cd neovide` 5. `cargo build --release` -6. Copy `./targets/release/neovide.exe` to a known location and enjoy. +6. Copy `./target/release/neovide.exe` to a known location and enjoy. ### Mac @@ -68,7 +68,7 @@ necessary. On Windows this should be enabled by default if you have a relatively 3. `git clone https://github.com/Kethku/neovide` 4. `cd neovide` 5. `cargo build --release` -6. Copy `./targets/release/neovide` to a known location and enjoy. +6. Copy `./target/release/neovide` to a known location and enjoy. ### Linux @@ -88,7 +88,7 @@ Note: Neovide has been compiled for multiple other distros, but the commands may 8. `git clone https://github.com/Kethku/neovide` 9. `cd neovide` 10. `cargo build --release` -11. Copy `./targets/release/neovide` to a known location and enjoy. +11. Copy `./target/release/neovide` to a known location and enjoy. If you see an error complaining about DRI3 settings, links in this issue may help: .