These instructions reference the durdraw tool
- Create a new repo in github. It MUST be named "homebrew-durdraw" for the
brew tap
command to work as intended - Install homebrew. It works well with linux and macos, for both x86_64 and arm64
- Create the tap locally:
brew tap-new --branch main --github-packages leviable/durdraw
a. Note the instructions it spits out at the end. Copy and save those elsewhere so you can reference them later if needed. cd
into the new directory. You can get the file path withbrew tap-info leviable/durdraw
- You may need to set your remote
git remote set-url origin [email protected]:leviable/homebrew-durdraw.git
and your master/main branch origin