-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
![screenshot of overview page](./demo/overview.png) | ||
![screenshot of details page](./demo/details.png) | ||
|
||
mycolog helps you keep an overview of your mushroom cultivation | ||
projects. It can store notes for each component, so that it's easier to | ||
remember which experiments succeeded and which failed. Genetics can be | ||
traced through family trees. | ||
|
||
# Installation | ||
You can download the precompiled program from the | ||
[releases page](https://github.com/codesoap/mycolog/releases). | ||
|
||
In order to get family trees displayed, you need to have Graphviz | ||
installed. You can download it [here](https://graphviz.org/download/). | ||
|
||
If you want to compile the program yourself, do this: | ||
|
||
```bash | ||
git clone git@github.com:codesoap/mycolog.git | ||
cd mycolog | ||
go install | ||
# The binary is now at ~/go/bin/mycolog. | ||
``` |