diff --git a/README.md b/README.md index 7689c6c9ee4..3bc232305d9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Spin up new coding tasks while waiting for your current agent to finish. Quickly ## Getting Started -Prerequesite: +Prerequisites: 1. Install [Bun](https://bun.sh/) (package manager and Node runtime) @@ -45,7 +45,6 @@ bun install Run in dev mode: ```bash -bun install bun run dev ``` @@ -63,10 +62,7 @@ open apps/desktop/release For each parallel tasks, Superset uses git worktree to clone a new branch on your machine. Automate copying env variables, installing dependencies, etc. through a setup script `./superset/setup.json`
- + Creating a worktree

@@ -75,10 +71,7 @@ Each workspace gets their own organized terminal system. You can create default
- + Creating tabs

diff --git a/assets/create-tabs.gif b/assets/create-tabs.gif new file mode 100644 index 00000000000..a2f1983996c Binary files /dev/null and b/assets/create-tabs.gif differ diff --git a/assets/create-tabs.mp4 b/assets/create-tabs.mp4 deleted file mode 100644 index 3fbd933f597..00000000000 Binary files a/assets/create-tabs.mp4 and /dev/null differ diff --git a/assets/create-worktree.gif b/assets/create-worktree.gif new file mode 100644 index 00000000000..b15e08c74af Binary files /dev/null and b/assets/create-worktree.gif differ diff --git a/assets/create-worktree.mp4 b/assets/create-worktree.mp4 deleted file mode 100644 index 1d78161abf3..00000000000 Binary files a/assets/create-worktree.mp4 and /dev/null differ