From 50a1813ef5202dfd1553ea8521979514ef10b4b9 Mon Sep 17 00:00:00 2001 From: supinie <86788874+supinie@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:04:03 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e21301a..bbe2b21 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,13 @@ enc_rust currently supports ML-KEM as a sole mechanism, but will provide: ### How to use -Currently, enc_rust is not released as a crate, but plans to launch soon. In its current state, it can be used with `cargo add --git https://github.com/supinie/enc_rust`. +#### Install + +`cargo add enc_rust` + +or + +`cargo add --git https://github.com/supinie/enc_rust`. #### Example