From 93389d595d761fa88b7c23da67acc1c244862952 Mon Sep 17 00:00:00 2001 From: se16n Date: Thu, 18 Feb 2021 22:40:09 +0300 Subject: [PATCH] Update description of project location path on windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8879321..34a269a8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Feel free to contribute! To pull the project down, run `go get github.com/OpenDiablo2/OpenDiablo2` -On windows this folder will most likely be in `C:\users\(you)\go\src\github.com\OpenDiablo2\OpenDiablo2` +On windows this folder will most likely be in `%USERPROFILE%\go\src\github.com\OpenDiablo2\OpenDiablo2` In the root folder, run `go get -d` to pull down all dependencies.