Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
update README (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss authored Feb 7, 2019
1 parent ec6032a commit f3b31b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ You can download the appropriate `oscalkit` command-line utility for your system

> Running the `oscalkit` Docker container requires either bind-mounting the directory containing your source files or passing file contents in to the command via stdin.
$ docker pull docker/oscalkit:0.1.0
$ docker run -it --rm -v $PWD:/data -w /data docker/oscalkit:0.1.0 convert oscal-core.xml
$ docker pull docker/oscalkit:0.2.0
$ docker run -it --rm -v $PWD:/data -w /data docker/oscalkit:0.2.0 convert oscal-core.xml

via stdin:

$ docker run -it --rm docker/oscalkit:0.1.0 convert < oscal-core.xml
$ docker run -it --rm docker/oscalkit:0.2.0 convert < oscal-core.xml

## Usage

Expand All @@ -48,7 +48,7 @@ USAGE:
oscalkit [global options] command [command options] [arguments...]
VERSION:
0.2.0-e178ab9-dev (Built: 2019-01-14)
0.2.0
COMMANDS:
Expand Down

0 comments on commit f3b31b8

Please sign in to comment.