Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Feb 13, 2023
1 parent 965e864 commit 0c47900
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@ Please refer to [Zephyr Getting Started Guide](https://docs.zephyrproject.org/la
If `west` is installed in a virtual environment, this environment is assumed activated for the rest of this guide.

### Initialization
1. Clone this template and remove old git history
1. Clone this template and remove old git history:

```
git clone https://github.com/lf-lang/lf-zephyr-template/ lf-zephyr-app
cd lf-zephyr-app
```

2. Clone the Zephyr project into `deps/zephyr`
2. Clone the Zephyr project into `deps/zephyr`:

```
west update
```

3. Install Zephyr python dependencies
3. Install Zephyr python dependencies:

```
pip3 install -r deps/zephyr/scripts/requirements.txt
```
Expand Down

0 comments on commit 0c47900

Please sign in to comment.