Skip to content

Commit 5773b26

Browse files
authored
Merge pull request #16 from code4rena-dev/0xsi/add-update-section-in-readme
Update readme to add Update skeleton version section
2 parents a078cde + 757e887 commit 5773b26

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,13 @@ When enabled, you will need to set the following repository variables in your gi
3030
* POSTGRES_USER
3131

3232
#### Dotenv Vault
33-
When enabled, in addition to a commited .env.vault file, you will need to set the `DOTENV_KEY` environment secret for the desired .env file from your .env.keys file. Set this as a repository secret at `{repo}/settings/secrets/actions` on github.
33+
When enabled, in addition to a commited .env.vault file, you will need to set the `DOTENV_KEY` environment secret for the desired .env file from your .env.keys file. Set this as a repository secret at `{repo}/settings/secrets/actions` on github.
34+
35+
#### Update your skeleton version
36+
Check the latest version
37+
Run: `npm i -D --save-exact @code4rena/skeleton@[LATEST_VERSION]`
38+
Then: `npx code-skeleton apply`
39+
40+
#### Potential issue with shebang
41+
42+
If you see a `Permission Denied` issue with `shebang`, you can run `chmod +x ./scripts/update-shebang.ts`

0 commit comments

Comments
 (0)