mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 09:01:45 +00:00
Merge pull request #31 from whoamikyo/master
Doc: Update How_to_update.md
This commit is contained in:
commit
24a00f095e
@ -1,5 +1,6 @@
|
||||
# How to use updater.bat
|
||||
|
||||
* This only will work if you have download the repository with GIT, if you downloaded the .zip you will have to delete the folder and download it again through GIT, see step 2.
|
||||
* [Download and install the last GIT version](https://git-scm.com/download/win)
|
||||
* Open the file `updater.bat` with any text editor
|
||||
* Change the `C:\Program Files\Git\cmd` for the path that you are installed, you don't usually need to change it, but make sure it is installed in the same path as it is in the file.
|
||||
@ -7,3 +8,17 @@
|
||||
|
||||
![](how_to_update.assets/git.png)
|
||||
* In `updater.bat` we have 2 source options, most of the time there will be no difference between them, if in doubt, choose option 1.
|
||||
|
||||
# How to Download repository through GIT
|
||||
|
||||
* Like above, you need GIT installed and make sure it is installed in the same path as it is in the file `downloader.bat`.
|
||||
* If you already download `AzurLaneAutoScript-master.zip`, just extract and double-click in `downloader.bat`, then the repository will be cloned again, but now the .git folder will be created.
|
||||
* If you haven't downloaded the .zip, just download the `downloader.bat` file, created a folder where you want ALAS to be downloaded, put `downloader.bat` inside that folder and click.
|
||||
|
||||
|
||||
If you do it right, you will have a similar result, so only what has been changed will be downloaded again.
|
||||
|
||||
![](how_to_update.assets/update.png)
|
||||
|
||||
|
||||
# DO NOT ADD FILES MANUALLY INSIDE THE ALAS FOLDER, THIS WILL CAUSE CONFLICTS AND YOU WILL HAVE TO DOWNLOAD EVERYTHING AGAIN.
|
BIN
doc/how_to_update.assets/update.png
Normal file
BIN
doc/how_to_update.assets/update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
7
downloader.bat
Normal file
7
downloader.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@ECHO off
|
||||
set PATH=%PATH%;C:\Program Files\Git\cmd
|
||||
cls
|
||||
|
||||
git clone https://github.com/LmeSzinc/AzurLaneAutoScript.git
|
||||
|
||||
pause
|
Loading…
Reference in New Issue
Block a user