Skip to content

Commit

Permalink
docs: add submodule updating instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Nov 12, 2024
1 parent 1483257 commit 1da342e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,20 @@ You will need a running instance of [Chia Wallet](https://www.chia.net/downloads
npm run package-mac
```

### Updating Submodule

Updating the Climate Token Driver is done with standard git commands and is documented here for easy reference:

1. Create new branch `git checkout -b update-token-driver`
2. Change into climate-token-driver directory `cd climate-token-driver`
3. `git pull`
4. Checkout a commit or a tag. Tagged releases preferable `git checkout 1.0.40`
5. `cd ..`
6. `git add climate-token-driver`
7. Commit the updated submodule `git commit -m "chore: update climate token driver submodule"`
8. `git push`


## Contributing

[Signed commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) are required.
Expand Down

0 comments on commit 1da342e

Please sign in to comment.