From 9dc13861dfcab47c5a1ec2918c23a653a4bbe371 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 12 May 2024 00:21:48 +0200 Subject: [PATCH] update installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae7ebd8..4f57def 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This repository contains a library for parsing, encoding and sending packets to ### Installation ```bash +# release version +cargo add servicepoint2 + +# development version cargo add --git https://github.com/kaesaecracker/servicepoint.git ```