From 817e15acb6cdb8ffcff03fd4d6bfc080b28aaaeb Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 1 Jan 2017 13:27:41 -0500 Subject: [PATCH] Remove docs on import. --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index f8675e9..b783f47 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,6 @@ You can click the button below to automatically deploy Snipt to Heroku. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/nicksergeant/snipt) -#### Importing your snipts from Snipt.net - -If you would like to import your snipts from Snipt.net before the service -closes on December 31st, 2016, follow these steps: - -1. Deploy your own instance of Snipt using the "Deploy to Heroku" button - above. -2. Download the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) and set it up. -3. `git clone https://github.com/nicksergeant/snipt` -4. `cd snipt` -5. `heroku git:remote -a ` -6. `heroku run python manage.py createsuperuser` -7. Get your [Snipt.net API key](https://snipt.net/api/). -8. `heroku run python manage.py import_snipts ` - ## Manual deploy to Heroku - Clone the repo.