diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index cbecc1ce..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,8 +0,0 @@ -# This is a comment. -# Each line is a file pattern followed by one or more owners. - -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# @global-owner1 and @global-owner2 will be requested for -# review when someone opens a pull request. -* @WPMedia/news-engineering-news-applications diff --git a/documentation/local_setup_sans_docker.md b/documentation/local_setup_sans_docker.md index 05d74cd3..77b70184 100644 --- a/documentation/local_setup_sans_docker.md +++ b/documentation/local_setup_sans_docker.md @@ -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 git@github.com:WPMedia/klaxon.git +git clone git@github.com:washingtonpost/klaxon.git ``` Then, see if you have xcode installed (`xcode-select -version`), and if not, run: