From ebb13f3f1e60c2939426e2e8d1a031e442c24845 Mon Sep 17 00:00:00 2001 From: Smashtika <146978592+yungDoom@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:14:17 +0300 Subject: [PATCH] jk --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f774d3..d177fa0 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,11 @@ setx /m RS_CODEBRANCH X:\gta5\src\dev_ng setx /m RS_PROJECT gta5 ``` 13. (OPTIONAL) Symlink the `X:\gta5\titleupdate\dev_ng` directory - - This can be done with this CMD Command: `mklink /D /J "X:\gta5\titleupdate\dev_ng" "INSERT_RETAIL_COPY_HERE"`. - - (``INSERT_RETAIL_COPY_HERE`` is being your GTA V Game Directory) + - This can be done with this CMD Command: + ```batch + mklink /D /J "X:\gta5\titleupdate\dev_ng" "INSERT_RETAIL_COPY_HERE" + ``` + - ``INSERT_RETAIL_COPY_HERE`` is being your GTA V Game Directory 14. If you dont want to symlink, Put all the game files to the `X:\gta5\titleupdate\dev_ng` directory 15. To ensure changes are finalized, restart build machine/computer.