mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
Update README.md
This commit is contained in:
parent
63701f743b
commit
41a037077a
|
@ -7,7 +7,7 @@ Note: Everything in this project can be changed at anytime! (I'm still finding o
|
||||||
- `clang++`(preferred, default) or any C++ compiler
|
- `clang++`(preferred, default) or any C++ compiler
|
||||||
- Rust (if you're going to build from source)
|
- Rust (if you're going to build from source)
|
||||||
|
|
||||||
# (Compiler) Configuration
|
# Configuration
|
||||||
You can also configurate Hades compiler (currently you can only change the C++ compiler). Make a new file called `hades.toml` in the current working directory and the compiler will look for it! if there isn't one then it will use the default configuration:
|
You can also configurate Hades compiler (currently you can only change the C++ compiler). Make a new file called `hades.toml` in the current working directory and the compiler will look for it! if there isn't one then it will use the default configuration:
|
||||||
```toml
|
```toml
|
||||||
[compiler]
|
[compiler]
|
||||||
|
|
Loading…
Reference in a new issue