0 Forks
0 Stars
0 Watchers

Posts

Blog App Project - The Odin Project Ruby on Rails course

How to download and setup Posts

Open terminal and run command
git clone https://github.com/kguyer/Posts.git
git clone is used to create a copy or clone of Posts repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Posts https://github.com/kguyer/Posts/archive/master.zip

Or simply clone Posts with SSH
[email protected]:kguyer/Posts.git

If you have some problems with Posts

You may open issue on Posts support forum (system) here: https://github.com/kguyer/Posts/issues