Skip to content

Commit def744b

Browse files
authored
Merge pull request #262 from schoeberl/patch-1
Make commands easy copy and paste
2 parents 833e36f + 27bfe83 commit def744b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer/developer-intellij-setup.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description: Developer IntelliJ Setup.
1313
If you have not done so already, clone the lingua-franca repository into your working directory.
1414

1515
```sh
16-
$ git clone [email protected]:lf-lang/lingua-franca.git lingua-franca
17-
$ cd lingua-franca
18-
$ git submodule update --init --recursive
16+
git clone [email protected]:lf-lang/lingua-franca.git lingua-franca
17+
cd lingua-franca
18+
git submodule update --init --recursive
1919
```
2020

2121
## Opening lingua-franca as IntelliJ Project

0 commit comments

Comments
 (0)