From 6406280f585da176e2149e0aa5f11a0922ba1bcd Mon Sep 17 00:00:00 2001 From: grizzly Date: Mon, 13 Jan 2025 16:09:05 -0500 Subject: [PATCH] add test info to readme --- packages/preview/acrostiche/dev/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/preview/acrostiche/dev/README.md b/packages/preview/acrostiche/dev/README.md index 635974dfc..341f62fa5 100644 --- a/packages/preview/acrostiche/dev/README.md +++ b/packages/preview/acrostiche/dev/README.md @@ -155,6 +155,12 @@ All contributions are welcome. All merge requests should only modify the `dev` directory. Once enough modifications are added to the `dev` version, a new version folder will be created and merged upstream. +To test modifications locally, copy the dev folder to the local directory for typst packages as version 0.0.0: + +``` +rm -rf ~/.local/share/typst/packages/preview/acrostiche/0.0.0 && cp -R ../dev ~/.local/share/typst/packages/preview/acrostiche/0.0.0 +``` + # Acknowledgments