From 4f06de8044c84b094fdbe7a5385bdf640d5b7b62 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 2 Aug 2020 12:23:48 +0100 Subject: [PATCH] Notes on how to publish Install new release locally before pushing Noted here because I forget how to do this --- ci/how2publish.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/how2publish.txt b/ci/how2publish.txt index 1c7f038..bf6cd1a 100644 --- a/ci/how2publish.txt +++ b/ci/how2publish.txt @@ -3,4 +3,7 @@ # git tag v0.4.5 # git push origin v0.4.5 -# cargo publish to put it in crates.io \ No newline at end of file +# cargo publish to put it in crates.io + +# To install locally [Do before pushing it] +#cargo install --path .