diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-16 23:38:48 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-16 23:38:48 -0400 |
commit | fef5f9ffa89aff192b0e086484c10d8c552de69e (patch) | |
tree | a1cea8abd39150c72441dd3c0411b5cb01d79419 | |
parent | 3954b2ad043d3a63dbfea39530077b90452f5db5 (diff) | |
download | clinte-fef5f9ffa89aff192b0e086484c10d8c552de69e.tar.gz |
added sr.ht info to readme
re: sending patches, and build status
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md index 35c6210..dcf3955 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# clinte [![Build Status](https://travis-ci.com/gbmor/clinte.svg?branch=master)](https://travis-ci.com/gbmor/clinte) [![codecov](https://codecov.io/gh/gbmor/clinte/branch/master/graph/badge.svg)](https://codecov.io/gh/gbmor/clinte) +# clinte [![builds.sr.ht status](https://builds.sr.ht/~gbmor/clinte.svg)](https://builds.sr.ht/~gbmor/clinte?) [![Build Status](https://travis-ci.com/gbmor/clinte.svg?branch=master)](https://travis-ci.com/gbmor/clinte) [![codecov](https://codecov.io/gh/gbmor/clinte/branch/master/graph/badge.svg)](https://codecov.io/gh/gbmor/clinte) Command-line community notice board for public-access UNIX systems. Post text-only notes for other users to see. @@ -119,3 +119,8 @@ Wraps posts at the given line length. Set to <10 to disable line wrapping. Defau The file where the posts are stored, `/usr/local/clinte/clinte.json`, must be writeable by all users on the system. Keep this in mind. + +The main project is at [sr.ht/~gbmor/clinte](https://sr.ht/~gbmor/clinte), with a mirror at +[github.com/gbmor/clinte](https://github.com/gbmor/clinte). Please send patches to +[~gbmor/clinte@lists.sr.ht](mailto:~gbmor/clinte@lists.sr.ht). For more info on this workflow, +check out [git send-email](https://git-send-email.io) \ No newline at end of file |