From f06f4ce84d06e4ac94935fd873392a171731c1d8 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 29 Aug 2022 00:21:33 +0200 Subject: [PATCH] update readme --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f985b22..f820197 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ # steamid.v -Convert any SteamID format to your desire, this does not support custom URL \ No newline at end of file +Convert any SteamID format to your desire, this does not support custom URL + +## How to install + +### Install via vpm +```bash +v install https://git.snrd.eu/Spaenny/steamid.v +``` + +### Install via git +```bash +git clone https://git.snrd.eu/Spaenny/steamid.v +``` + +And then import spaenny.steamid wherever you like + +## TODO + +- [x] SteamID32 + - [x] Convert to String + - [x] Convert to SteamID64 + - [x] Convert to SteamID3 +- [ ] SteamID3 + - [ ] Convert to String + - [ ] Convert to SteamID32 + - [ ] Convert to SteamID64 +- [ ] SteamID64 + - [ ] Convert to String + - [ ] Convert to SteamID32 + - [ ] Convert to SteamID3 + +## Contact + +Feel free to cotribute +You can contact me on discord via Spaenny#0001