Skip to content

Commit c97d9ef

Browse files
Update src/_includes/docs/install/path/linux.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 041255c commit c97d9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/docs/install/path/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<summary>Expand for <code>bash</code> instructions</summary>
2828

2929
```console
30-
$ echo 'export PATH="<path-to-sdk>:$PATH"' >> ~/.bashrc
30+
$ echo 'export PATH="<path-to-sdk>/bin:$PATH"' >> ~/.bashrc
3131
```
3232

3333
For example, if you downloaded Flutter into a

0 commit comments

Comments
 (0)