Skip to content

Commit

Permalink
fix markdown README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje authored Dec 2, 2024
1 parent aa58545 commit b0f319c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> **Warning**
> [!WARNING]
> Jestronaut is still in early development.
<div align="center">
Expand Down Expand Up @@ -43,7 +43,7 @@ Then you can choose one of several ways to run the tests with Jestronaut:

### Run in project with LuaRocks

> **Note**
> [!NOTE]
> Before continuing, make sure you have installed [LuaRocks](https://luarocks.org/) with at least [Lua 5.1](https://www.lua.org/).
1. Install Jestronaut as a LuaRocks module in your project
Expand Down Expand Up @@ -100,9 +100,8 @@ This binary is a standalone executable that can be used to run Jestronaut tests
--testPathIgnorePatterns="/tests/generated/GlobalAPI/test.lua$/"
```
> **Note**
>
> The variable `MSYS_NO_PATHCONV=1` is only required on Windows when using MSYS2 (for example with Git for Windows). It prevents the path from being converted to a Windows path, which would result in an incorrect path.
> [!NOTE]
> The variable `MSYS_NO_PATHCONV=1` in the example above is only required on Windows when using MSYS2 (for example with Git for Windows). It prevents the path from being converted to a Windows path, which would result in an incorrect path.
### Running tests in Garry's Mod

Expand Down

0 comments on commit b0f319c

Please sign in to comment.