diff --git a/README.md b/README.md index be04f387182daf7eae630b0995785fa307aecd19..58105786a4b7c14d840f6c9f744ad7488e542bdd 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ There are many things that can be done with this project (see the "To Do" section), but sometimes it's the small things that count, so don't be afraid of contributing just for a spelling mistake. -If you need help at all please contact me (Tyler). I want people to -contribute, so if you are struggling, or just want to learn, then I am willing +If you need help at all please contact any SRCT member. We want people to +contribute, so if you are struggling, or just want to learn, then we are willing to help. ###Set Up### @@ -29,19 +29,19 @@ To get started, you'll need the following installed: [pip](http://www.pip-installer.org/en/latest/installing.html) or [easy_install](http://pythonhosted.org/distribute/easy_install.html)) - - + + Then type the following commands in your terminal (if you're on Windows, [Cygwin](http://www.cygwin.com/) is recommended). ```bash -git clone https://github.com/thallada/whats-open.git +git clone http://git.gmu.edu/srct/whats-open.git cd whats-open/ virtualenv venv --distribute source venv/bin/activate @@ -50,13 +50,6 @@ python manage.py syncdb python manage.py migrate website ``` - - - -Note, I will have to add you as a collaborator to the github repo for you to be -able to push code. Please email me, Facebook message, or send me a Zulip message -me so I can add you. - ###Running the Site Locally### Now that everything is set-up you can run the server on your computer. @@ -86,14 +79,12 @@ documentation](http://docs.jquery.com/) and I've found [Mozilla's documentation on JavaScript](https://developer.mozilla.org/en-US/docs/JavaScript) to be useful as well. But if your Google-fu is sharp, that should suffice. - Once you actually make your changes and have fully tested them you can push the -code to the git repository. Note, I will have to add you to my github repo in -order for you to be allowed to push code to the repo. Please email, Facebook -message, Humbug message me so I can add you. +code to the git repository. The best way to do this is to fork the project, make +the changes in your local repository, push to gitlab, and submit a pull request. There are many ways to use git, and this is one example: