Skip to content

Commit

Permalink
libwasi_littlefs/README.md: a minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Mar 11, 2024
1 parent a526549 commit 9e0f1d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libwasi_littlefs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ A simple wasi vfs implementation backed by [littlefs].

# Prerequisites

Checkout littlefs source code in as "littlefs" in this directory.
Checkout littlefs source code as "littlefs" in this directory.

```shell
git clone https://github.com/littlefs-project/littlefs
```

You can override the directory with the `TOYWASM_LITTLEFS_SOURCE_DIR`
cmake variable.
Or, you can override the location of littlefs source code with
the `TOYWASM_LITTLEFS_SOURCE_DIR` cmake variable.

# Build

Expand Down

0 comments on commit 9e0f1d3

Please sign in to comment.