Skip to content

Commit

Permalink
doc: more specific lake update
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 12, 2024
1 parent 6e6a825 commit 0334a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "doc-gen4"
# Use revision v4.x if you are developing against a stable Lean version.
rev = "main"
```
3. Run `lake update` within `docbuild` to pin `doc-gen4` and its dependencies to the chosen versions.
3. Run `lake update doc-gen4` within `docbuild` to pin `doc-gen4` and its dependencies to the chosen versions.
4. If your parent project has dependencies you want to run `lake update YourLibraryName` within
`docbuild` whenever you update the dependencies of your parent project.

Expand Down

0 comments on commit 0334a15

Please sign in to comment.