You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HACKING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This guide contains instructions for building artifacts contained in this reposi
8
8
9
9
This spec includes several Go packages, and a command line tool considered to be a reference implementation of the OCI image specification.
10
10
11
-
Prerequsites:
11
+
Prerequisites:
12
12
* Go >=1.5
13
13
* make
14
14
@@ -91,7 +91,7 @@ $ make check-license
91
91
92
92
### Update vendored dependencies
93
93
94
-
This target updates all vendored depencies to their newest available versions. The `glide` tools is being used for the actual management and `glide-vc` tool is being used for stripping down the vendor directory size.
94
+
This target updates all vendored dependencies to their newest available versions. The `glide` tools is being used for the actual management and `glide-vc` tool is being used for stripping down the vendor directory size.
0 commit comments