21 lines
749 B
Markdown
21 lines
749 B
Markdown
# aphorisms
|
|
|
|
A Quil sketch designed to ... well, that part is up to you.
|
|
|
|
## Development Environment
|
|
|
|
The repository contains a couple of files that help set up a solid development environment.
|
|
|
|
- `flake.nix` and `flake.lock` describe how to set up an environment using [Nix Flakes](https://nixos.wiki/wiki/Flakes). To use those set up `nix` with experimental flake support and run `nix develop`.
|
|
- `.envrc` is set up so that the development environment is automatically set up via direnv
|
|
|
|
## Usage
|
|
|
|
There are individual files in `src/aphorisms`, each containing one sketch or variations of the same sketch.
|
|
|
|
## License
|
|
|
|
Copyright © 2016 FIXME
|
|
|
|
Distributed under the Eclipse Public License either version 1.0 or (at
|
|
your option) any later version.
|