Skip to content

Commit b7358a4

Browse files
authored
Update documentation for legacy quickstart (#149)
* Add note about running legacy quickstart.sh * Update legacy instructions with branch checkout details Signed-off-by: Webster Mudge <[email protected]>
1 parent 264db5f commit b7358a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,17 @@ Or use the CLI flags `--pp` or `--pull-policy` and set the value to `always`.
223223

224224
You can read more about [updating this configuration](https://ansible.readthedocs.io/projects/navigator/settings/#pull-policy) on the `ansible-navigator` website.
225225

226+
# Legacy Quickstart
227+
228+
If you must, you can run the legacy `quickstart.sh` by checking out the `v1.7.1` tag and then pinning the execution environment container to the `v1.7.4` release:
229+
230+
```bash
231+
git checkout -b legacy_quickstart v1.7.1
232+
image_ver="v1.7.4" ./quickstart.sh
233+
```
234+
235+
Please note, we are not providing any updates to this legacy code base.
236+
226237
# Troubleshooting
227238

228239
If you need help, here are some resources:

0 commit comments

Comments
 (0)