diff options
author | Jake McDermott <yo@jakemcdermott.me> | 2020-12-15 01:22:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 01:22:13 +0100 |
commit | 3398452197229d9d4ea5c3693544d2040c1aa124 (patch) | |
tree | 63253d7db23aa27b52f188806a2ee2948684c968 /INSTALL.md | |
parent | Merge pull request #8803 from marshmalien/8699-wf-notifications-approval-toggle (diff) | |
download | awx-3398452197229d9d4ea5c3693544d2040c1aa124.tar.xz awx-3398452197229d9d4ea5c3693544d2040c1aa124.zip |
Update wording of getting started section
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 196d8c788d..1ed8484e29 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,7 +60,7 @@ Please note that deploying from `HEAD` (or the latest commit) is **not** stable, For more on how to clone the repo, view [git clone help](https://git-scm.com/docs/git-clone). -Once you have a local copy, run commands within the root of the project tree. +Once you have a local copy, run the commands in the following sections from the root of the project tree. ### AWX branding |