From 41475046ed91fdfc79a72bedea3cfb251eb0aea6 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sun, 27 Aug 2023 00:19:07 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cc8ffa..3349973 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ generate and maintain [Elo ratings](https://wikipedia.org/wiki/Elo_rating_system Once Elo ratings are generated, StartGGElo can be used to generate ranking lists, predict the probability of a player winning a match, generate seedings for future tournaments, and more. -> **Note** +> **Note**
> StartGGElo is still under development; currently, it only supports generating player ratings. ## Installation @@ -18,11 +18,12 @@ TODO StartGGElo stores its rating database in its config directory, which is located at: - Windows: `%APPDATA%\Roaming\ggelo` -- Mac/Linux: `~/.config/ggelo` or `~/.ggelo` +- MacOS: `~/Library/Application Support/ggelo` +- Linux: `~/.config/ggelo` This directory also contains StartGGElo's config file, which defines how it calculates its ratings. -This file does not need to be edited directly, but it can be if you want to transfer your ratings between -computers. +There are few reasons to access this directory directory, but you can if you want to transfer your +data between computers. ## Elo system basics