Skip to content

Commit

Permalink
Update build instructions for simplified docker-compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
driehuis committed Dec 22, 2024
1 parent baf6f79 commit 274ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To release:
* Update FONTLOG.txt and README.md
* Make sure `git status` shows no modified files and no unknown files
* tag the tree with `git tag --annotate v2.006 -m 'DINish v2.006: Add DINish Condensed Italic'` (do not use `-f`)
* rebuild `(cd docker && docker compose build && docker compose up)`
* rebuild `docker compose build && docker compose up`
* in the build tree, nuke the automatic changes: `git checkout sources`
* commit generated files to git from the build directory: `git commit docs fonts ofl -m 'Generated files for v2.006'`
* Re-tag the tree with the above `git tag` command, this time add `-f`
Expand Down

0 comments on commit 274ac5f

Please sign in to comment.