Update README.md

This commit is contained in:
colin 2023-12-27 14:56:29 +00:00
parent 23c47e49ec
commit f3acfb9da4
1 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Haste is an open-source pastebin software written in node.js, which is easily Haste is an open-source pastebin software written in node.js, which is easily
installable in any network. It can be backed by either redis or filesystem, installable in any network. It can be backed by either redis or filesystem,
and has a very easy adapter interface for other stores. A publicly available and has a very easy adapter interface for other stores. A publicly available
version can be found at [hastebin.com](http://hastebin.com) version can be found at [haste.nixc.us](http://haste.nixc.us)
Major design objectives: Major design objectives:
@ -11,8 +11,8 @@ Major design objectives:
* Be really simple * Be really simple
* Be easy to set up and use * Be easy to set up and use
Haste works really well with a little utility called Haste works really well with a little utility called (planned a migration)
[haste-client](https://github.com/seejohnrun/haste-client), allowing you *planned [haste-client](https://git.nixc.us/Nixius/haste-client), allowing you
to do things like: to do things like:
`cat something | haste` `cat something | haste`
@ -200,7 +200,9 @@ You can optionally add the `user` and `password` properties to use a user system
## Author ## Author
John Crepezzi <john.crepezzi@gmail.com> John Crepezzi [original author retired from project]
Colin_ [use the git issues I might add another point of contact at some point.]
## License ## License