If you are unsure of using Git or do not wish to use it, then you can instead follow the instructions for downloading the latest release package manually as a .zip file. See Install via Zip instead.
Currently, the best, and recommended, way to install daochook is by using Git. You can either use Git via the command line or install your personal favorite Git client or shell integration. There is no ‘best’ client or means of using Git, that is entirely personal choice on which you prefer to use.
Some recommended free solutions are:
By using Git, it is much easier to keep daochook up to date. You can simply pull the latest changes after you’ve initially cloned the release repository.
When picking a folder to install daochook to, it is important that you are NOT breaking the following guidelines.
daochook should NOT be installed into a system protected folder.
This means it should not be put into folders (or folders within) such as:C:\Program Files (x86)\
, C:\Program Files\
, C:\Windows\
daochook should NOT be installed into the game client folder!
You should never install daochook into the game client folder for safety reasons.
It should be in its own separate folder entirely!
A recommended and safe installation location would be something such as:
C:\daochook\
C:\Users\Your_Username_Here\Desktop\daochook\
Z:\Some\Other\Folder\daochook\
Please note, because there are so many different Git clients available, it is not possible for us to write a full guide for each one. Instead, this guide will demonstrate how to install using two preselected UI clients and with Git via the command line. The two clients that this guide will use are GitHub Desktop
and TortoiseGit
.
GitHub Desktop
GitHub Desktop
client. Once installed, launch it and either sign in with your existing GitHub account, or skip the sign in step. (Note: You do not need to sign in to clone the daochook repository, so you can skip the sign in step if you do not want to or do not wish to create an account with GitHub.)File
then Clone Repository...
URL
tab at the top, then enter the repository URL: https://github.com/daochook/daochook.git
For the local path, ensure you follow the guidelines above and place daochook
into a valid path. For example, C:\daochook
Clone
.If everything was successful, you’re done and should have daochook now installed to the selected folder!
TortoiseGit
Git for Windows
and TortoiseGit
. Follow the various prompts to fully install both tools.TortoiseGit
is a shell extension.)C:\
Git Clone..
(Be sure you are not right-clicking on a folder!)https://github.com/daochook/daochook.git
For the Directory
ensure the path is correct and that it has automatically added \daochook
to your parent folder.OK
to clone.If everything was successful, a second window should show with some information about the clone and that it was successful. If so, then you’re done and should have daochook now installed to the selected folder!
Git Command Line
Git for Windows
. Follow the various prompts to fully install.cd C:\
git clone https://github.com/daochook/daochook.git
If everything was successful, you’re done and should have daochook now installed to the selected folder!