Changes between Version 6 and Version 7 of runbooks/setup


Ignore:
Timestamp:
11/08/21 07:09:32 (4 years ago)
Author:
Jonathan Neufeld
Comment:

Make sure you switch directories before cloning

Legend:

Unmodified
Added
Removed
Modified
  • runbooks/setup

    v6 v7  
    22First setup the [https://github.com/godotengine/godot-git-plugin/wiki Git plugin for Godot]
    33
    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:
     4The 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
     8cd /c/Users/<your-user-name>/Godot/
     9}}}
     10
     11Now clone the repository using the following command:
    512
    613{{{#!sh