File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# rfc Changelog
22
3- ## v1.0.0 (unreleased )
3+ ## v1.0.0 (2024/03/26 )
44
55* Change the default cache directory location from ` ~/.RFCs `
66 to ` ~/.cache/RFCs ` . Files are automatically migrated if needed.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Use `rfc help` to see all available subcommands.
4343
4444``` sh
4545mkdir -p ~ /bin
46- curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v0.2.6 /rfc > ~ /bin/rfc
46+ curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0 /rfc > ~ /bin/rfc
4747chmod u+x ~ /bin/rfc
4848```
4949
@@ -56,7 +56,7 @@ echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
5656
5757You may also want to install the ` manpage ` , located in [ ` man/rfc.1 ` ] [ manpage ] .
5858
59- [ manpage ] : https://raw.githubusercontent.com/bfontaine/rfc/master /man/rfc.1
59+ [ manpage ] : https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0 /man/rfc.1
6060
6161### Using Homebrew
6262
You can’t perform that action at this time.
0 commit comments