diff --git a/README.md b/README.md index 2c7f89f8..5303599c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The default Codespaces configuration installs the nightly-built version of the L ## 💻 Local dev environment 1. Clone this repo (`git clone git@github.com:lf-lang/playground-lingua-franca.git`) -2. Open with VS Code (`cd playground-lingua-franca && code .`) +2. Open with VS Code (`code playground-lingua-franca`) 3. Install the [Lingua Franca extension](https://github.com/lf-lang/vscode-lingua-franca) (Ctrl+P and enter `ext install lf-lang.vscode-lingua-franca`). Once in VSCode, navigate to [./examples](./examples) and click on any of the `.lf` files to open them into your editor. To build and run, use Ctrl+Shift+P and select `Lingua Franca: Build and Run`. Note: You might need not install additional dependencies in order to successfully build some of the code you find in this repository. For more information, see the [setup-env.bash](./utils/scripts/setup-env.bash) script that we use to configure our Docker-based environments.