Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
Fixes #21.
  • Loading branch information
bfontaine committed Mar 26, 2024
1 parent 9e1ade8 commit 30fd273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rfc Changelog

## v1.0.0 (unreleased)
## v1.0.0 (2024/03/26)

* Change the default cache directory location from `~/.RFCs`
to `~/.cache/RFCs`. Files are automatically migrated if needed.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Use `rfc help` to see all available subcommands.

```sh
mkdir -p ~/bin
curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v0.2.6/rfc > ~/bin/rfc
curl -sL https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0/rfc > ~/bin/rfc
chmod u+x ~/bin/rfc
```

Expand All @@ -56,7 +56,7 @@ echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc

You may also want to install the `manpage`, located in [`man/rfc.1`][manpage].

[manpage]: https://raw.githubusercontent.com/bfontaine/rfc/master/man/rfc.1
[manpage]: https://raw.githubusercontent.com/bfontaine/rfc/v1.0.0/man/rfc.1

### Using Homebrew

Expand Down

0 comments on commit 30fd273

Please sign in to comment.