Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit eb6450f

Browse files
committed
update README
1 parent c7fcb50 commit eb6450f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ Quickly and simply install settings, packages, aliases and functions on Linux, m
1212
$ curl iac.sh/dotfiles | sh
1313
```
1414

15-
For enhanced security, use `https` and verify the script's SHA checksum is `dc4701d7eb9cd58a3717fce6cc13f687aa89c27d6ecb58ceeaa9d8e27129ccfe`.
15+
For enhanced security use `https` and verify the SHA before running installer
1616

1717
``` bash
18-
# retrieve SHA of the script and verify it matches above listed SHA
19-
$ curl https://iac.sh/dotfiles | shasum -a 256
20-
# after verifying the SHA, run the installer over https
18+
# verify SHA = dc4701d7eb9cd58a3717fce6cc13f687aa89c27d6ecb58ceeaa9d8e27129ccfe
19+
curl https://iac.sh/dotfiles | shasum -a 256
20+
21+
# run installer
2122
$ curl https://iac.sh/dotfiles | sh
2223
```
2324

0 commit comments

Comments
 (0)