Skip to content

Commit 47ad8ac

Browse files
authored
Merge pull request #45 from getyourguide/readme-tweaks
Small tweaks to the README
2 parents 9ba4f78 + 122bac0 commit 47ad8ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,17 @@ Custom GitHub actions are [available](./github/actions) for running the differen
142142
- It allows caching and pre-warming the config package
143143

144144
#### Cache warm
145-
- Run `config`, `load` and `lint` passing the `--config-build-directory`/`--build-dir` option
146-
- Cache the directory
145+
- Run `config`, `load`, and `lint` passing the `--config-build-directory`/`--build-dir` option
146+
- Store the whole directory as an artifact
147147

148148
#### Cache pull
149+
- Pull the stored directory used when warming the cache
149150
- Skip running `config` and `load`, unless the `SPMGraphConfig.swift` has changed
150-
- Run `lint` with the `--config-build-directory`/`--build-dir` option
151+
- Run `lint` passing the cached directory to the `--config-build-directory`/`--build-dir` option
151152

152153
## Requirements
153154
- [graphviz](https://github.com/graphp/graphviz) (available via `brew install graphviz`)
154-
- Xcode 16+ and the Swift 6.0+ toolchain
155+
- Xcode 16.3+ and the Swift 6.1+ toolchain
155156

156157
## Installation
157158

0 commit comments

Comments
 (0)