aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-11-09 12:02:58 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-11-09 12:02:58 +0200
commit7a1e005b7861fe0c223b5ab9f302e522ad26a032 (patch)
treef2096c1c28e2daa6f2411eefe8e99fa92129c721
parentc124edcc09b21d2409a9857f306f10e9d15e2302 (diff)
downloadjuandelacosa-7a1e005b7861fe0c223b5ab9f302e522ad26a032.tar.gz
Update README.md
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3dde9c1..3a2e382 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@ Juan de la Cosa
===============
HTTP server for managing [MariaDB](http://mariadb.org/) users.
-Designed to work behind [Sproxy](http://hackage.haskell.org/package/sproxy2).
-and assuming users' logins are their email addresses
+Designed to work behind [Sproxy](http://hackage.haskell.org/package/sproxy2)
+with users' logins being their email addresses
(MariaDB allows up to 80 characters).
-Currently it only let users get new passwords.
+Currently it only lets users reset their passwords.
Requirements
============
@@ -15,11 +15,6 @@ All required Haskell libraries are listed in [juandelacosa.cabal](juandelacosa.c
Use [cabal-install](http://www.haskell.org/haskellwiki/Cabal-Install)
to fetch and build all pre-requisites automatically.
-Installation
-============
- $ git clone https://github.com/ip1981/juandelacosa.git
- $ cd juandelacosa
- $ cabal install
Usage
=====