Skip to content

Commit 8539b45

Browse files
committed
Basic info
1 parent 279e05e commit 8539b45

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
example/
2+
node_modules/

README.md

Lines changed: 5 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)