Skip to content

Commit

Permalink
Clarify setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyoya2 committed Dec 2, 2022
1 parent 144eec5 commit ae554c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set BINDS_FILE_SRC="%~dp0user.bind"

echo Choose a setup type
echo [1] - Replace `user.bind` with the new `user.bind`. Use this if you didn't clone the repository and don't want updates on pull.
echo [2] - Replace `user.bind` with a hardlink to the new `user.bind`. Use this if you cloned the repository and want the file to be automatically updated on pull.
echo [2] - Replace `user.bind` with a hardlink to the new `user.bind`. Use this if you cloned the repository and want the file to be automatically updated on pull. (Requires admin privileges)
choice /c 12
cls
set setup_type=%errorlevel%
Expand Down

0 comments on commit ae554c4

Please sign in to comment.