Skip to content

Commit 6c2e5a0

Browse files
authored
Merge pull request #73 from yu-yama/patch/fix-typo-thrash
Fix typo: thrash -> slash
2 parents a883a8a + 292e506 commit 6c2e5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_en/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The easiest way is to put `atcoder` folder in the same place as `main.cpp` and e
1818
If you don't want to copy `atcoder` folder manually, do as follows.
1919

2020
- Specify the command like `g++ main.cpp -std=c++14 -I /path/to/ac-library` (`/path/to/ac-library` stands for the directory where the downloaded ac-library is located).
21-
- Specify the place of `atcoder` folder by the environment variable `CPLUS_INCLUDE_PATH` as `CPLUS_INCLUDE_PATH="/path/to/ac-library"`. (On Windows, type like `C:\path\to\ac-library` in the field of the variable `CPLUS_INCLUDE_PATH` on the [Window of Environment Variables](https://img.atcoder.jp/practice2/01333b7c5575b09b5868376ef242aa52.png). Note that, you should use backthrashes, not thrashes.) Then, you can compile just by `g++ main.cpp -std=c++14`.
21+
- Specify the place of `atcoder` folder by the environment variable `CPLUS_INCLUDE_PATH` as `CPLUS_INCLUDE_PATH="/path/to/ac-library"`. (On Windows, type like `C:\path\to\ac-library` in the field of the variable `CPLUS_INCLUDE_PATH` on the [Window of Environment Variables](https://img.atcoder.jp/practice2/01333b7c5575b09b5868376ef242aa52.png). Note that, you should use backslashes, not slashes.) Then, you can compile just by `g++ main.cpp -std=c++14`.
2222

2323
### Visual Studio
2424

0 commit comments

Comments
 (0)