Browse code

Updated the section about extracting the binary

Jim Alateras authored on 2013/09/20 08:58:12
Showing 1 changed files
... ...
@@ -37,9 +37,15 @@ To checkout a different revision just use ``git checkout`` with the name of bran
37 37
 
38 38
 Step 3: Build the Environment
39 39
 -----------------------------
40
+<<<<<<< HEAD
40 41
 
41 42
 This following command will build a development environment using the Dockerfile in the current directory. Essentially, it will install all the build and runtime dependencies necessary to build and test Docker. This command will take some time to complete when you first execute it.
42 43
 
44
+=======
45
+
46
+This following command will build a development environment using the Dockerfile in the current directory. Essentially, it will install all the build and runtime dependencies necessary to build and test Docker. This command will take some time to complete when you first execute it.
47
+
48
+>>>>>>> 70b731735c810d9e179837eb8761a44fbe98f391
43 49
 
44 50
 .. code-block:: bash
45 51
 
... ...
@@ -72,7 +78,6 @@ To run the Docker test cases you first need to disable `AppArmor <https://wiki.u
72 72
 	sudo /etc/init.d/apparmor stop
73 73
 	sudo /etc/init.d/apparmor teardown
74 74
 
75
-
76 75
 To execute the test cases, run this command:
77 76
 
78 77
 .. code-block:: bash
... ...
@@ -82,7 +87,7 @@ To execute the test cases, run this command:
82 82
 
83 83
 If the test are successful then the tail of the output should look something like this
84 84
 
85
-::
85
+.. code-block:: bash
86 86
 
87 87
 	--- PASS: TestWriteBroadcaster (0.00 seconds)
88 88
 	=== RUN TestRaceWriteBroadcaster