Skip to content

Commit

Permalink
zephyr: 05_golioth: update for codespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Jan 5, 2024
1 parent 2823533 commit c129afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/zephyr-training/05_golioth/lightdb_stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ Sample](https://github.com/golioth/golioth-zephyr-sdk/blob/main/samples/lightdb_

</details>

### Build in the Kasm container
### Build in the Codespaces container

1. Build the example

* Make sure the terminal at the bottom of the VS Code window is in the
`~/Desktop/zephyr-training/app` folder
`/zephyr-traininig/app` folder
* Run the following code to build the `05_golioth` app

```bash
Expand Down
4 changes: 2 additions & 2 deletions website/docs/zephyr-training/05_golioth/west_manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ calls to `west update` will perform the following (because of the file above):

:::

* This manifest sets up the custom `west kasm download` command we've been
using. You're not likely to need this in your own projects.
* This manifest sets up the custom `west download` command we've been using.
You're not likely to need this in your own projects.

:::tip Compare Standalone to building in the Zephyr tree

Expand Down

0 comments on commit c129afe

Please sign in to comment.