Skip to content

Commit

Permalink
Fix oh-my-fish#924: Checksum isn't up to date in readme (oh-my-fish#925)
Browse files Browse the repository at this point in the history
* Fix oh-my-fish#924: Checksum isn't up to date in readme

* Update README.md

Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
jeanlucthumm and scorphus authored Jan 22, 2023
1 parent 90f875e commit d427501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ fish install --path=~/.local/share/omf --config=~/.config/omf
You can verify the integrity of the downloaded installer by verifying the script against [this checksum](bin/install.sha256):

```
bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install
curl -sL https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install.sha256 | shasum -a 256 --check
```

You can also install Oh My Fish with Git or with an offline source tarball downloaded from the [releases page][releases]:

0 comments on commit d427501

Please sign in to comment.