aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--manifest.scm2
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78fbf64..3580aab 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..11c9506
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,2 @@
+; Use with `guix shell -m manifest.scm`
+(specifications->manifest '("[email protected]"))