tweaks
This commit is contained in:
parent
62eb1c6274
commit
f1a4d0817f
2 changed files with 47 additions and 4 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
## Initializing a new Phoenix Project
|
||||
|
||||
```
|
||||
mix archive.install hex phx_new 1.8.0-rc.4 --force
|
||||
mix phx.new . --app test_app --no-ecto --live
|
||||
```
|
||||
|
||||
## Initializing a new Ash Project
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue