diff --git a/readme.md b/readme.md index f1231f7..cfddc4e 100644 --- a/readme.md +++ b/readme.md @@ -7,5 +7,5 @@ How to set up the development environment: * Make sure you have git lfs installed and enabled (run `git lfs install` at least once on your system). * Navigate to a directory that you consider to be the root folder for all of the Glitched Epistle projects (Client (shared code base) + Client.Windows (platform implementation) need to reside in the same folder!). * Open the command line interface in that folder: -* * `git clone {git_remote_url_here} "GlitchedEpistle.Client"` -* * `git clone {git_remote_url_here} "GlitchedEpistle.Client.Windows"` +* * `git clone https://github.com/GlitchedPolygons/GlitchedEpistle.Client "GlitchedEpistle.Client"` +* * `git clone https://github.com/GlitchedPolygons/GlitchedEpistle.Client.Windows "GlitchedEpistle.Client.Windows"`