Skip to content

Commit 9ec9205

Browse files
authored
readme: cs2
1 parent ec0bf57 commit 9ec9205

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# demoinfocs-golang - CS:GO Demo Parser
1+
# demoinfocs-golang - CS:GO & CS2 Demo Parser
22

3-
A blazing fast, feature complete and production ready Go library for parsing and analysing of Counter Strike: Global Offensive (CS:GO) demos (aka replays).
3+
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).
44

55
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine)
66

@@ -21,8 +21,14 @@ For business inquiries please use the contact information found on the [GitHub p
2121

2222
## Go Get
2323

24+
### CS:GO
25+
2426
go get -u github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs
2527

28+
### CS2
29+
30+
go get -u github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs@s2
31+
2632
## Table of Contents
2733

2834
- [Requirements](https://github.com/markus-wa/demoinfocs-golang#requirements)

0 commit comments

Comments
 (0)