A .build.yml => .build.yml +9 -0
@@ 0,0 1,9 @@
+image: alpine/edge
+packages:
+ - ghc
+ - cabal
+tasks:
+ - build: |
+ cd mean-color-filter
+ cabal update
+ cabal build
M README.md => README.md +3 -1
@@ 1,4 1,6 @@
-This project usess cluster recognition on a sample of 300 pixels in an image to reduce the number of colors in said image.
+[](https://builds.sr.ht/~jackwines/mean-color-filter?)
+
+This project uses cluster recognition on a sample of 300 pixels in an image to reduce the number of colors in said image.
### usage