diff --git a/README.md b/README.md index 2662ea7..c663d1f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # libsccolor -Color representations and color space conversions \ No newline at end of file +Color representations and color space conversions. + +## Build + +No external dependencies, so + +`make` + +will do. + +## Install + +`sudo make install` + +or, on OpenBSD: + +`doas gmake install` + +## Documentation + +Not yet available.