From 9ec920529c686fa10361c0f9bb459236d6cb241f Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 5 Jun 2023 07:42:05 +0000 Subject: [PATCH] readme: cs2 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c697f5a..268b74d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# demoinfocs-golang - CS:GO Demo Parser +# demoinfocs-golang - CS:GO & CS2 Demo Parser -A blazing fast, feature complete and production ready Go library for parsing and analysing of Counter Strike: Global Offensive (CS:GO) demos (aka replays). +A blazing fast, feature complete and production ready Go library for parsing and analysing of Counter-Strike: Global Offensive (CS:GO) and Counter-Strike 2 demos (aka replays). [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine) @@ -21,8 +21,14 @@ For business inquiries please use the contact information found on the [GitHub p ## Go Get +### CS:GO + go get -u github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs +### CS2 + + go get -u github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs@s2 + ## Table of Contents - [Requirements](https://github.com/markus-wa/demoinfocs-golang#requirements)