main git-pr / contrib / dev / README.md
jolheiser  ·  2024-07-22
 1# dev script
 2
 3`go run ./contrib/dev/`
 4
 5If you want to instead use this to bootstrap:
 6
 71. `go run ./contrib/dev/ --cleanup=false`
 82. Note the tmp dir printed out
 93. Stop the program `Ctrl+C`
104. Modify as needed within the tmp dir
115. Run `git-dir` and point at the config contained within the tmp dir
126. Remember to clean up the tmp dir yourself when finished