Skip to content

Commit

Permalink
Merge pull request #262 from schoeberl/patch-1
Browse files Browse the repository at this point in the history
Make commands easy copy and paste
  • Loading branch information
lhstrh authored Jun 3, 2024
2 parents 833e36f + 27bfe83 commit def744b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer/developer-intellij-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description: Developer IntelliJ Setup.
If you have not done so already, clone the lingua-franca repository into your working directory.

```sh
$ git clone [email protected]:lf-lang/lingua-franca.git lingua-franca
$ cd lingua-franca
$ git submodule update --init --recursive
git clone [email protected]:lf-lang/lingua-franca.git lingua-franca
cd lingua-franca
git submodule update --init --recursive
```

## Opening lingua-franca as IntelliJ Project
Expand Down

0 comments on commit def744b

Please sign in to comment.