mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Fix linux typo in README.md "Linus" to "Linux"
This commit is contained in:
parent
c6de3bd2e4
commit
17d333f817
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
|||
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||
```
|
||||
|
||||
Alternatively, on Linus/macOS you can use make:
|
||||
Alternatively, on Linux/macOS you can use make:
|
||||
|
||||
```sh
|
||||
make config=release luau luau-analyze
|
||||
|
|
Loading…
Add table
Reference in a new issue