@@ -17,7 +17,7 @@ and this user config file in your home directory at `~/.config/devenv/devenv.yam
1717
1818` ` ` yaml
1919dotfiles:
20- repository: https://github.com/adamnfish /dotfiles.git
20+ repository: https://github.com/username /dotfiles.git
2121 targetPath: ~/.dotfiles
2222 installCommand: ./install.sh
2323plugins:
@@ -139,7 +139,7 @@ The project uses GitHub Actions to build and publish native binaries for macOS A
139139
140140# ### Creating a release
141141
142- 1. Go to the [Actions tab](https://github.com/adamnfish /devenv/actions/workflows/release.yml) on GitHub
142+ 1. Go to the [Actions tab](https://github.com/guardian /devenv/actions/workflows/release.yml) on GitHub
143143
1441442. Click "Run workflow" and select the branch to build from
145145
@@ -155,7 +155,7 @@ The project uses GitHub Actions to build and publish native binaries for macOS A
155155 - Upload it to the draft release, replacing the unsigned binary
156156
1571575. **Manually verify and publish the release:**
158- - Go to the [Releases page](https://github.com/adamnfish /devenv/releases) on GitHub
158+ - Go to the [Releases page](https://github.com/guardian /devenv/releases) on GitHub
159159 - Review the draft release
160160 - Test the binaries if needed
161161 - Click "Publish release" when ready
@@ -201,6 +201,6 @@ Users can install a release binary with the following command (replace `<latest-
201201
202202` ` ` bash
203203VERSION=<latest-release-version>
204- curl -L -o ~/.local/bin/devenv https://github.com/adamnfish /devenv/releases/download/$VERSION/devenv-$VERSION-macos-arm64
204+ curl -L -o ~/.local/bin/devenv https://github.com/guardian /devenv/releases/download/$VERSION/devenv-$VERSION-macos-arm64
205205chmod +x ~/.local/bin/devenv
206206` ` `
0 commit comments