diff --git a/builder/modal-builder/README.md b/builder/modal-builder/README.md index 9670d41..c68c46e 100644 --- a/builder/modal-builder/README.md +++ b/builder/modal-builder/README.md @@ -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 = +``` + if you're first time deploy, run this ``` fly launch