Skip to content

Commit

Permalink
[skip ci] Update docs for dev env setup per usnistgov#1283.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Jun 13, 2022
1 parent d3a2b99 commit c3d6b27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OSCAL Ci/CD Build Tools
# OSCAL CI/CD Build Tools

This subdirectory contains a set of build scripts used to create OSCAL-related artifacts (e.g., schemas, converters, documentation). Below are instructions for building using these scripts.

Expand All @@ -19,11 +19,11 @@ A Docker container configuration is provided that establishes the runtime enviro
1. Install Docker and Docker Compose

- Follow the Docker installation [instructions](https://docs.docker.com/install/) for your system.
- Follow the Docker Compose installation [instructions](https://docs.docker.com/compose/install/) for your system. Note: Some docker installations also install docker compose. The installation instructions will tell you if this is the case.
- Follow the Docker Compose installation [instructions](https://docs.docker.com/compose/install/) for your system. Note: Some packages install `docker` and `docker-compose` together. The installation instructions will tell you if this is the case.

2. Build the Docker container

You can build the Docker container for the build environment using Docker Compose as follows from the OSCAL `/build` directory:
You can build the Docker container for the build environment using Docker Compose as follows from the OSCAL `./build` directory:

```
docker compose build
Expand All @@ -39,7 +39,7 @@ A Docker container configuration is provided that establishes the runtime enviro
docker compose run cli
```
On Windows environments, you may need to execute in a pty that allows for using an interactive shell. In such a case you can run the Docker container as follows:
In Windows environments, you may need to execute in a pty that allows for using an interactive shell. In such a case you can run the Docker container as follows:
```
Expand Down

0 comments on commit c3d6b27

Please sign in to comment.