Skip to content

Commit a75f026

Browse files
authored
Merge pull request #3920 from dlabrecq/deps
Dependency updates
2 parents 59fcdea + 4c8fdec commit a75f026

File tree

3 files changed

+484
-2022
lines changed

3 files changed

+484
-2022
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Submit issues in [Jira].
1414

1515
* [NodeJS v18.15+][nodejs]
1616
* [npm v9.5+][npm]
17+
* [Podman][podman]
18+
19+
After installing Podman, create and start your VM.
20+
21+
```
22+
podman machine init
23+
podman machine start
24+
```
1725

1826
## Setup `hosts` entries (do this once)
1927

@@ -207,5 +215,6 @@ This [RELEASE][release-doc] doc describes how to release Koku UI to each staging
207215
[npm]: https://www.npmjs.com/
208216
[patch-etc-hosts]: https://github.com/RedHatInsights/insights-proxy/blob/master/scripts/patch-etc-hosts.sh
209217
[Patternfly]: https://www.patternfly.org/
218+
[podman]: https://podman.io/docs/installation
210219
[release-doc]: https://github.com/project-koku/koku-ui/blob/main/RELEASE.md
211220
[serving-files-locally]: https://github.com/RedHatInsights/chrome-service-backend/blob/main/docs/cloud-services-config.md#serving-files-locally

0 commit comments

Comments
 (0)