diff options
| author | 2025-04-21 18:17:22 +0200 | |
|---|---|---|
| committer | 2025-04-21 18:17:22 +0200 | |
| commit | 7b88c81f62e44e276f35cf1f6c191d39c4314190 (patch) | |
| tree | d172e831ea9d042d6ae1b196f8bad501db53fbe7 /README.md | |
| parent | Initial commit (diff) | |
Add GNU Guix manifest for development
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -30,6 +30,16 @@ and published on [HexDocs](https://hexdocs.pm). Once published, the docs can be found at <https://hexdocs.pm/lithium>. +## Development + +To develop locally, you can use GNU Guix to drop you into a shell with the +required dependencies to build and test Lithium: + +```sh +$ guix shell -m manifest.scm +``` + + ## License This program is free software: you can redistribute it and/or modify it under |