Fix build target path typo

macos-click-through
Keith Simmons 5 years ago committed by GitHub
parent a3c1233e30
commit c7bb4e2f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:
<https://github.com/Kethku/neovide/issues/44#issuecomment-578618052>.

Loading…
Cancel
Save