Skip to content

Commit fe28b12

Browse files
authored
Update README.md
1 parent 4bc8844 commit fe28b12

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ Customize the workflow to your needs!
162162
163163
## How to setup Squads integration:
164164
165-
In general its recommended to use the [Squads Multisig](https://docs.squads.so/squads-cli/overview) to manage your programs.
165+
In general its recommended to use the [Squads Multisig](https://docs.squads.so/main/getting-started/create-a-squad) or any other multisig plattform to manage your programs.
166166
It makes your program deployments more secure and is considered good practice.
167167
168168
1. Setup a new squad in [Squads](https://v4.squads.so/squads/) then transfer your program authority to the squad.
169169
170170
<img width="1345" alt="image" src="https://github.com/user-attachments/assets/c1b9d003-806f-4389-bf4c-3275f180f479" />
171171
172172
173-
2. Add your local keypair to the squad as a member (At least needs to have voter permissions) so that you can propose transactions. And also add that keypair as a github secret.
173+
2. Add your local keypair to the squad as a member (At least needs to have voter permissions) so that it can propose transactions. And also add that keypair as a github secret.
174174
To run it locally add the following to your .secrets file:
175175
176176
```bash
@@ -181,7 +181,10 @@ MAINNET_DEPLOYER_KEYPAIR=
181181
<img width="832" alt="image" src="https://github.com/user-attachments/assets/492eee0c-48d0-4748-838e-849d7b91f773" />
182182

183183

184-
2. Add the following to your .secrets file if you want to run it locally or add them to your github secrets if you want to run it in github actions:
184+
2. Add the multisig information to your `.secrets` file if you want to run it locally or add them to your github action secrets (Not workflow secrets) if you want to run it in github actions:
185+
186+
<img width="1384" alt="image" src="https://github.com/user-attachments/assets/8bb62dab-d17b-4163-be0f-52ce51affc32" />
187+
185188

186189
```bash
187190
DEVNET_MULTISIG= # Sadly at the time of writing squads V4 does not support devnet

0 commit comments

Comments
 (0)