There was an error while loading. Please reload this page.
1 parent aa8d224 commit fe24900Copy full SHA for fe24900
1 file changed
README.md
@@ -1 +1,11 @@
1
-# o2ctl
+# octl
2
+
3
+## Getting started
4
+Install minimesos, then:
5
+```bash
6
+% cd minimesos
7
+% minimesos up
8
+% cd ..
9
+% make
10
+% bin/octld -url http://172.17.0.5:5050/api/v1/scheduler -executor bin/octl-executor -verbose -server.address `dig +short $HOSTNAME`
11
+```
0 commit comments