File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Every Kotlin release ships with a standalone version of the compiler. You can do
1818To install the Kotlin compiler manually:
1919
20201 . Download the latest version (` kotlin-compiler-%kotlinVersion%.zip ` ) from [ GitHub Releases] ( %kotlinLatestUrl% ) .
21- 2 . Unzip the standalone compiler into a directory and optionally add the ` bin ` directory to the system path.
21+ 2 . Unzip the standalone compiler into a directory and optionally add the ` kotlinc/ bin` directory to the system path.
2222The ` bin ` directory contains the scripts needed to compile and run Kotlin on Windows, macOS, and Linux.
2323
2424> If you want to use the Kotlin command-line compiler on Windows, we recommend installing it manually.
You can’t perform that action at this time.
0 commit comments