Skip to content

Commit

Permalink
Adding install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent bc0f73b commit 7f5e3e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ This repository is intended to be downloaded into a container repository during

## Install

To use these scripts on your container image construction project, issue these commands in the root directory of your container project:
If you are reading this file in BINSCRIPTS.md, your container project is likely to be util-enabled.

To use these scripts yourself, issue this command:

```
curl "https://github.internet2.edu/raw/docker/util/master/bin/install.sh?token=AAAAEddkrL9MeeA6VWcNn_PgV30r4lD1ks5XogeiwA%3D%3D" | bash
```

### common.bash
Expand All @@ -21,7 +24,7 @@ You should edit this file to change the image name, and add any other helpful en
### Building

#### build.sh
`bin/build `
`bin/build.sh `
#### destroy.sh
#### rebuild.sh

Expand Down

0 comments on commit 7f5e3e3

Please sign in to comment.