Skip to content

Commit

Permalink
Review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
benh committed Oct 2, 2023
1 parent d905c67 commit 650f685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .rsmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# We'll run all of the examples assuming this as the working directory
# so that any paths that we specify below are relative to it.
# We'll run all of the examples assuming the directory of this
# `.rsmrc` as the working directory so that any paths that we specify
# below are relative to it.
protoc --working-directory=.
dev --working-directory=.

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ To start an application, use the `rsm` CLI. The following command starts the
TODO: include this command in readme_test.sh.
-->

<!--
TODO(rjh): add appropriate `--watch`es. It seems they may not work as desired right now?
-->

```shell
rsm dev --config=hello-constructors
```
Expand Down

0 comments on commit 650f685

Please sign in to comment.