1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-13 07:10:54 +01:00

Fix linux typo in README.md "Linus" to "Linux" ()

This commit is contained in:
ThePotato 2021-11-08 07:19:28 +00:00 committed by GitHub
parent 16753a78f4
commit f27580c74b
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
cmake --build . --target Luau.Analyze.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 ```sh
make config=release luau luau-analyze make config=release luau luau-analyze