Update repository URLs in README and CHANGELOG to reflect migration to Codeberg
This commit is contained in:
parent
7c3a76e8c1
commit
ac2195d830
2 changed files with 5 additions and 5 deletions
|
|
@ -69,7 +69,7 @@ Files like `.envrc` (direnv) and `.environment-*` are intentionally **not** trac
|
|||
brew install age
|
||||
|
||||
# 2. Download the secrets tool (this repo — contains only the CLI, no secret files)
|
||||
git clone https://github.com/bmajewski/secrets.git ~/dev/secrets
|
||||
git clone https://codeberg.org/egbt/secrets.git ~/dev/secrets
|
||||
|
||||
# 3. Make the 'secrets' command available everywhere
|
||||
# Add this line to your shell config file (~/.zshrc on Mac):
|
||||
|
|
@ -98,7 +98,7 @@ On each new machine (your desktop, a teammate's laptop, etc.):
|
|||
```bash
|
||||
# 1. Install prerequisites and the tool (same as steps 1-3 above)
|
||||
brew install age
|
||||
git clone https://github.com/bmajewski/secrets.git ~/dev/secrets
|
||||
git clone https://codeberg.org/egbt/secrets.git ~/dev/secrets
|
||||
export PATH="$HOME/dev/secrets:$PATH" # add to ~/.zshrc
|
||||
|
||||
# 2. Clone the encrypted secrets repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue