Skip to content

Commit 1370a8c

Browse files
committed
Fix binary name in README
1 parent 56129f0 commit 1370a8c

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
@@ -157,13 +157,13 @@ Note that you still need to enable asset compilation if you want your assets to
157157
A deployment can be started by running:
158158

159159
```
160-
bin/deploy-cr run <stage>
160+
bin/deploy run <stage>
161161
```
162162

163163
The `stage` argument specifies the configuration file that should be used. For example if you want to deploy using the `production.cr` configuration file you can run:
164164

165165
```
166-
bin/deploy-cr run production
166+
bin/deploy run production
167167
```
168168

169169
This CLI command is just a convenience wrapper around executing the stage file directly. The above command is roughly equal to

0 commit comments

Comments
 (0)