Changes between Version 6 and Version 7 of runbooks/setup
- Timestamp:
- 11/08/21 07:09:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
runbooks/setup
v6 v7 2 2 First setup the [https://github.com/godotengine/godot-git-plugin/wiki Git plugin for Godot] 3 3 4 The repository that contains the Godot project files and resources is called ''Revenant Studio'' and can be cloned onto your local machine using the following command: 4 The repository that contains the Godot project files and resources is called ''Revenant Studio'' and can be cloned onto your local machine. First change directories to the folder where you want to clone the ''Revenant Studio'' project files: 5 6 ''For example:'' 7 {{{#!sh 8 cd /c/Users/<your-user-name>/Godot/ 9 }}} 10 11 Now clone the repository using the following command: 5 12 6 13 {{{#!sh