From: Carl Myers Date: Mon, 24 Jan 2011 10:44:07 +0000 (-0800) Subject: Updated README to fix some junk that got in it X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=a3b2246a04a4e33044fff20aee9f4bf7823ae5c2;p=openitg.git Updated README to fix some junk that got in it --- diff --git a/README b/README index c23b672a..135805ab 100644 --- a/README +++ b/README @@ -22,27 +22,21 @@ Very brief "how to checkout" 1. git clone git://github.com/openitg/openitg.git Very brief "how to contribute" -1. Create an account at github.org +1. Create an account at github.com 2. Goto https://github.com/openitg/openitg 3. Click "fork" 4. git clone git@github.com:/openitg.git 5. Edit files... -6. git add +6. git add for every file you add or edit 7. git commit # now your change is committed locally 8. git push # now your change is pushed to your github -9. From github.org//openitg, click "pull request" +9. From github.org//openitg, click "pull request". Base branch is the +branch you want to put your changes on, and head branch is the branch you made +your changes to already. 10. Write a short description of your change. Be sure to include the goal, any bugs fixed, features added, etc, and any credit you wish to have. Click "send pull request". -Create an account at github.org -2. Goto https://github.com/openitg/openitgCreate an account at github.org -2. Goto https://github.com/openitg/openitgCreate an account at github.org -2. Goto https://github.com/openitg/openitg1. git clone git://github.com/openitg/openitg.git -2. Edit files... -3. git add -4. git commit - How to build for arcade: 1. Choose a location for your chroot: MY_CHROOT=/home/cmyers/chroot 2. Install debootstrap and chroot (on debian/ubuntu, apt-get install chroot debootstrap)