-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
36 lines (23 loc) · 1003 Bytes
/
README.txt
File metadata and controls
36 lines (23 loc) · 1003 Bytes
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 git@github.com: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 git@github.com:derNarr/achrolab.git
cd eyeone
git remote rm origin
git remote add origin git@github.com:derNarr/eyeone.git
cd ../wasco
git remote rm origin
git remote add origin git@github.com:derNarr/wasco.git
For more relevant documentation see
github.com/derNarr/achrolab/tree/master/doc.