Skip to content

Commit ea75824

Browse files
authored
chore(docs): update readme quickstart for rc.6 (#212)
Signed-off-by: Eric Gregory <eric@cosmonic.com>
1 parent 547231f commit ea75824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Note: This quickstart requires the [Rust toolchain](https://www.rust-lang.org/to
6868
3. **Build your component:**
6969

7070
```bash
71-
wash build ./http-hello-world
71+
wash -C ./http-hello-world build
7272
```
7373

7474
4. **Start a development loop**
7575

7676
```bash
77-
wash dev ./http-hello-world
77+
wash -C ./http-hello-world dev
7878
```
7979

8080
5. **Keep wash updated:**

0 commit comments

Comments
 (0)