Skip to content

Commit 4ac4328

Browse files
committed
chore: fix bin directory in command-line.md
1 parent d821fa8 commit 4ac4328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Every Kotlin release ships with a standalone version of the compiler. You can do
1818
To install the Kotlin compiler manually:
1919

2020
1. 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.
2222
The `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.

0 commit comments

Comments
 (0)