Get Techmino Galaxy by using Git #26
SweetSea-ButImNotSweet
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Get Techmino Galaxy with Git
For who want to use Git to get Techmino Galaxy, follow the tutorial
Using Git will save you bunch of time when you need to update the latest version ever from GitHub
METHOD 1: USING GIT DIRECTLY
Clone Techmino Galaxy
cd
(example:cd D:\Techmino
)git clone --recursive https://github.com/26F-Studio/Techmino_Galaxy.git
Update Techmino Galaxy:
cd
again, example:D:\Techmino\Techmino_Galaxy
; it should have an.git
folder there, you can check by usingdir
command or something like that)git pull
and wait for the output on the screen (just in case, if you are seeing some warnings, follow the instruction on the screen)git submodule update
if you see Git fetch changes of Zenitha submodule (if you are not sure if there are changes or not, just type it, it will ignore if there are no changes)METHOD 2: USING VISUAL STUDIO CODE
Cloning Techmino Galaxy
Open Visual Studio Code, you may see the main menu:
Press the
Ctrl+Shift+P
and type>Git: Clone (Recusive)
and it should be like this:On this screen, type:
https://github.com/26F-Studio/Techmino_Galaxy.git
Choose the parent folder to save Techmino, example:
D:\Techmino
and it will be saved intoD:\Techmino\Techmino_Galaxy
Wait for cloning, then it will show this:
That will be your opinion to do now, and you have done in cloning :)
Trust the folder if you see this:
Update Techmino Galaxy
Open Source Control panel, it maybe like this:
Click on the Sync button (or you can press three dot, which is near from that, and click Pull)
If you see the Zenitha in Changes (usually due to VSCode doesn't update it automatically), you can safely hit Revert and Zenitha will be updated (MUST DO IF YOU SEE ZENITHA IN CHANGES, OTHERWISE GAME MAY CRASH IF YOU DON'T UPDATE IT!)
Have fun with Techmino Galaxy
Beta Was this translation helpful? Give feedback.
All reactions