From aa0e3e987cf02d8b096028a09f533db01ea29207 Mon Sep 17 00:00:00 2001 From: EdwinWong Date: Mon, 15 Jan 2024 19:32:21 +0800 Subject: [PATCH] chore: readme --- builder/modal-builder/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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