docs: Output dir is changed
This commit is contained in:
parent
dfa6fedaed
commit
21ca4de1af
3 changed files with 6 additions and 6 deletions
|
@ -55,10 +55,10 @@ $ ./script/build.py
|
|||
You can also only build the `Debug` target:
|
||||
|
||||
```bash
|
||||
$ ./script/build.py -c Debug
|
||||
$ ./script/build.py -c D
|
||||
```
|
||||
|
||||
After building is done, you can find `atom` under `out/Debug`.
|
||||
After building is done, you can find `atom` under `out/D`.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue