Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tveastman committed Sep 1, 2019
1 parent 7b64909 commit 9bda9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ To run your own instance of Secateur, you need the following:

- recent versions of [https://docs.docker.com/install/](`docker`) and [https://docs.docker.com/compose/install/](`docker-compose`)
- credentials for the [Twitter Developer API](https://developer.twitter.com/)
* This requires registring for a Developer API account, and then registering your application
* This requires registering for a Developer API account, and then registering your application
* Ensure you enable: "Allow this application to be used to sign in with Twitter"
* Ensure you add "http://localhost:5000/complete/twitter/" as a Callback URL (this allows django-social-auth to work)

Expand All @@ -26,7 +26,7 @@ If you have those, setting up your developer environment should be straightforwa

Once the docker containers are running, you can go to `http://localhost:5000` and hopefully see the Secateur home page. If your Twitter Developer API stuff is set up, you should be able to log in to your own Secateur environment.

Once you've logged in, you'll probably want to upgrade your account to be the superuser ,and enable Twitter API access (this is normally a manual step for your users, while secateur is still young):
Once you've logged in, you'll probably want to upgrade your account to be the superuser, and enable Twitter API access (this is normally a manual step for your users, while secateur is still young):

```
$ docker-compose exec app ./manage.py promotesuperuser ${MY_TWITTER_ACCOUNT}
Expand Down

0 comments on commit 9bda9ab

Please sign in to comment.