Skip to content

Commit 7d93a51

Browse files
author
Alex Couture-Beil
committed
update readme
Signed-off-by: Alex Couture-Beil <alex@mofo.ca>
1 parent 8970571 commit 7d93a51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This will output something like
3030

3131
Alice can then safely send this data back to you, and only you can decrypt it, but running this command:
3232

33-
echo "gevonaUXKj7Wmct65A8yVJWTp9D/sd6YbOCi4BtrKGeUjdWs/fa0BbP0IQhdP2j4fS6n12zGmgkOXHLJyJnG9OPxZ+EaPcIfVBs5TfvNnC/8Dfu+V5ScRIYXBHVjRsDOBQCYzeOSwFvq1vUyuq20Wr7s3szbgFkDttxPsaXMKyxTcVEqkgSp09dhV7roqBmsRUDbAFpIWLIUb4ZAtCfU6rbWaAes9acSmMT3fvW/no1gsa3/Wobdpj3T7WVrQsj+upr2ANlFyA3Bt7IOKxmJhrrRYOBxAkk6NEnYmrHWR26KGRhz/VRPxAZWsB/qMoVAw5ukjnVple2+x8SMrIE9Gg==" | secretshare decrypt
33+
echo "gevonaUXKj7Wmct65A8yVJWTp9D/sd6YbOCi4BtrKGeUjdWs/fa0BbP0IQhdP2j4fS6n12zGmgkOXHLJyJnG9OPxZ+EaPcIfVBs5TfvNnC/8Dfu+V5ScRIYXBHVjRsDOBQCYzeOSwFvq1vUyuq20Wr7s3szbgFkDttxPsaXMKyxTcVEqkgSp09dhV7roqBmsRUDbAFpIWLIUb4ZAtCfU6rbWaAes9acSmMT3fvW/no1gsa3/Wobdpj3T7WVrQsj+upr2ANlFyA3Bt7IOKxmJhrrRYOBxAkk6NEnYmrHWR26KGRhz/VRPxAZWsB/qMoVAw5ukjnVple2+x8SMrIE9Gg==" | secretshare
3434

3535
Which will output the original message:
3636

@@ -46,17 +46,17 @@ Under the hood `secretshare` will generate a private and public key stored under
4646
## Building from Source
4747

4848
secretshare makes use of the [Earthly](https://www.earthly.dev/) build system. To build from source,
49-
first download the [earth](https://github.com/earthly/earthly) command, then run:
49+
first download the [earthly](https://github.com/earthly/earthly) command, then run:
5050

51-
earth +secretshare-all
51+
earthly +secretshare-all
5252

5353
which will produce binary files under `./build/<platform>/amd64/secretshare`
5454

5555
### Release
5656

5757
To release a new version, run the following command:
5858

59-
RELEASE_TAG=v0.0.2 earth --build-arg RELEASE_TAG --secret GITHUB_TOKEN --push +release
59+
RELEASE_TAG=v0.0.2 earthly --build-arg RELEASE_TAG --secret GITHUB_TOKEN --push +release
6060

6161
### Preview
6262

0 commit comments

Comments
 (0)