From 7083de1124d2a3f7323f726f79e32e666b8ece45 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Thu, 8 Feb 2018 23:11:42 -0500 Subject: [PATCH] Remove excess spacing in readme --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index c54f81c..30aa801 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,3 @@ -**Pinry 2.0 is underway! If you'd like to help with the development process check out our current progress on the 2.x branch. If you'd like to use Pinry 2.0 please don't, it's terrible right now. Keep using the 1.x/master branches.** - |Pinry| ======= @@ -45,14 +43,10 @@ requirements and procedures, see testing above. 1. Install the requirements: - Docker - Docker Compose - 1. Set any custom configuration options you need and run:: - docker-compose up -d - 1. Bootstrap the database and creates the initial site and user (username: admin, password: admin):: - docker-compose exec web python3 manage.py migrate --settings=pinry.settings.docker