Skip to content

Commit 8539b45

Browse files
committedSep 1, 2017
Basic info
1 parent 279e05e commit 8539b45

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
example/
2+
node_modules/

‎README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
dbm
1+
# Installation
2+
3+
- Install the package: `npm install -g @quivr/docker-build-manager`
4+
5+
- Docker should be installed and added to the path (`docker images` should work in the command line).

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "docker-build-manager",
2+
"name": "@quivr/docker-build-manager",
33
"description": "A global executable to easily manage docker build versions",
44
"version": "1.0.0",
55
"author": "jhoobergs",

0 commit comments

Comments
 (0)
Please sign in to comment.