Browse Source

Fix compiling highlighting;

bjorn 7 years ago
parent
commit
2ce7bb45e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      guides/Compiling.md

+ 2 - 2
guides/Compiling.md

@@ -26,7 +26,7 @@ the repository, so make sure you clone with the `--recursive` flag or run `git s
 Windows
 ---
 
-From the `lovr` folder, run these commands to create a build folder and compile the project using
+From the lovr folder, run these commands to create a build folder and compile the project using
 CMake:
 
 ```sh
@@ -58,7 +58,7 @@ cmake ..
 cmake --build .
 ```
 
-The `lovr` executable should exist in `lovr/build` now.  It's recommended to set up an alias or
+The lovr executable should exist in `lovr/build` now.  It's recommended to set up an alias or
 symlink so that this executable can be found in your PATH environment variable.  Once that's done,
 you can run a project like this: