We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e692b commit 3d294e1Copy full SHA for 3d294e1
.gitignore
@@ -2,7 +2,6 @@
2
*.tex
3
.DS_Store
4
*/.DS_Store
5
-*.sh
6
figures-pdf/
7
figures-high_res/
8
figures-low_res/
@@ -12,4 +11,3 @@ scripts/
12
11
onosproject.github.io/
13
_build/
14
doc_venv/
15
-cover.docx
code/build.sh
@@ -0,0 +1,3 @@
1
+$ mkdir ~/sdn
+$ cd ~/sdn
+$ git clone https://github.com/SystemsApproach/SDN.git
code/clone.sh
@@ -0,0 +1,2 @@
+$ cd ~
+$ git clone -b advanced https://github.com/opennetworkinglab/ngsdn-tutorial
code/make.sh
+$ cd ~/ngsdn-tutorial
+$ make deps
code/pull.sh
+$ git pull origin advanced
0 commit comments