chore: readme
This commit is contained in:
parent
65c165c842
commit
aa0e3e987c
@ -23,13 +23,13 @@ If you have the Homebrew package manager installed
|
||||
```
|
||||
brew install flyctl // mac only
|
||||
```
|
||||
If not, you can run the install script:
|
||||
If not, you can run the install script
|
||||
```
|
||||
curl -L https://fly.io/install.sh | sh
|
||||
```
|
||||
|
||||
### Window
|
||||
Run the PowerShell install script:
|
||||
Run the PowerShell install script
|
||||
```
|
||||
pwsh -Command "iwr https://fly.io/install.ps1 -useb | iex"
|
||||
```
|
||||
@ -42,6 +42,11 @@ fly secrets set MODAL_TOKEN_SECRET=
|
||||
|
||||
## To deploy
|
||||
|
||||
```
|
||||
// model-builder/fly.toml
|
||||
app = <APP_NAME>
|
||||
```
|
||||
|
||||
if you're first time deploy, run this
|
||||
```
|
||||
fly launch
|
||||
|
Loading…
x
Reference in New Issue
Block a user