Commit d814911f authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

added submodule info to howto file

parent b9325795
......@@ -3,8 +3,7 @@
Linux: you should already have it, but if you don't:
sudo apt-get install git
Windows: msysGit is your fellow. Follow the install guide (CAREFULLY and
THOROUGHLY) on OHWR:
Windows: msysGit is your fellow. Follow the install guide on OHWR:
http://www.ohwr.org/projects/ohr-support/wiki/Git_Client_Setup
1. Basics
......@@ -15,21 +14,23 @@ there in the following format:
<your-actual-surname>.txt
2. Working with the repo
2. Getting the repo
# Clone the repo with the design-review branch; this will make sure you work
# on the review branch only, and do not interfere with master
git clone git@ohwr.org:level-conversion/conv-ttl-blo.git -b design-review-2013
# Get the gateware submodule
git submodule init
git submodule update
# move to design-review folder
3. Working with the repo
# move to design-review folder
cd design-review
# add your file here
vim thedi.txt
# Now, pull the data from the repo, to make sure you have changes from other
......@@ -54,7 +55,7 @@ git add <surname>.txt # adds your changes to the repo
git push # pushes your changes up to the repo
#-------------------------------------------------------------------------
3. VIF - Very Important Files
4. Important files
This section lists the files that are of utmost importance for the whole
design. You should nonetheless (if time allows) treat all files with the same
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment