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
|
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
|
curl -L https://fly.io/install.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Window
|
### Window
|
||||||
Run the PowerShell install script:
|
Run the PowerShell install script
|
||||||
```
|
```
|
||||||
pwsh -Command "iwr https://fly.io/install.ps1 -useb | iex"
|
pwsh -Command "iwr https://fly.io/install.ps1 -useb | iex"
|
||||||
```
|
```
|
||||||
@ -42,6 +42,11 @@ fly secrets set MODAL_TOKEN_SECRET=
|
|||||||
|
|
||||||
## To deploy
|
## To deploy
|
||||||
|
|
||||||
|
```
|
||||||
|
// model-builder/fly.toml
|
||||||
|
app = <APP_NAME>
|
||||||
|
```
|
||||||
|
|
||||||
if you're first time deploy, run this
|
if you're first time deploy, run this
|
||||||
```
|
```
|
||||||
fly launch
|
fly launch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user