forked from themarshallproject/klaxon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55caf42
commit 626a757
Showing
2 changed files
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,10 @@ This guide is an adaptation of the original [Klaxon developing file](https://git | |
|
||
We're assuming that git, homebrew, and [postgres](https://postgresapp.com/) are already installed on your machine. | ||
|
||
Start by cloning our fork of the Klaxon repo. For HTTPS: | ||
Start by cloning our fork of the Klaxon repo. | ||
|
||
``` | ||
git clone https://github.com/WPMedia/klaxon.git | ||
``` | ||
|
||
For SSH: | ||
|
||
``` | ||
git clone [email protected]:WPMedia/klaxon.git | ||
git clone [email protected]:washingtonpost/klaxon.git | ||
``` | ||
|
||
Then, see if you have xcode installed (`xcode-select -version`), and if not, run: | ||
|