From 500bd25f6c67bc50499fcf8351a8667c392fcbe6 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Mon, 13 Jun 2022 12:38:28 -0400 Subject: [PATCH] [skip ci] Update docs for dev env setup per usnistgov/OSCAL#1283. --- build/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/README.md b/build/README.md index 82b88df444..2b6465d7b9 100644 --- a/build/README.md +++ b/build/README.md @@ -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. @@ -19,7 +19,7 @@ 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 @@ -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: ```