We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996a114 commit 110d75dCopy full SHA for 110d75d
readme.md
@@ -40,7 +40,7 @@ First run `state run install-deps-dev` followed by `state run preprocess` if you
40
* **Building:** `state run build`
41
* The built executable will be stored in the `build` directory
42
* If you modified assets or switched branches, you need to re-run `state run preprocess` first
43
- * The firs time you are building, or if you modified modules outside the primary state binary, run `state run build-all` instead
+ * The first time you are building, or if you modified modules outside the primary state binary, run `state run build-all`
44
* **Testing:**
45
* **Unit tests\*:** `state run test`
46
* **Integration tests:** `state run integration-tests`
0 commit comments