-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
36 lines (23 loc) · 1003 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
achrolabutils contains useful scripts for running the vision laboratory.
TODO: add more details
achrolabutils contains module achrolab and two submodules eyeone and wasco.
To get started with github and to become a contributing member to these
repositories do the following:
Open git bash and clone achrolabutils
git clone [email protected]:derNarr/achrolabutils.git
then run
cd achrolabutils
git submodule update --recursive --init
Now you have all repositories on your machine.
When you want to get writing access (you are allowed to and want to), run
cd achrolab
git remote rm origin
git remote add origin [email protected]:derNarr/achrolab.git
cd eyeone
git remote rm origin
git remote add origin [email protected]:derNarr/eyeone.git
cd ../wasco
git remote rm origin
git remote add origin [email protected]:derNarr/wasco.git
For more relevant documentation see
github.com/derNarr/achrolab/tree/master/doc.