You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ For the workflow you just need to set `use-squads` to true and add the needed se
18
18
- ✅ Caching for faster reruns for all installs
19
19
- ✅ Extend program automatically
20
20
21
-
22
21
### How to use
23
22
23
+
Easiest is to follow this [Video Guide](https://youtu.be/h-ngRgWW_IM).
24
+
24
25
Create a Solana Program. Either a [native program](https://solana.com/de/developers/guides/getstarted/local-rust-hello-world) and an [anchor program](https://www.anchor-lang.com/docs/quickstart/local). The program with the `anchor.toml` and/or `cargo.toml` need to be in the root of your repository for these workflows to work out of the box.
0 commit comments