Ver Fonte

Fix Compiling highlighting;

bjorn há 7 anos atrás
pai
commit
8454870b03
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      guides/Compiling.md

+ 2 - 2
guides/Compiling.md

@@ -27,7 +27,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
@@ -59,7 +59,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: