Skip to content

Commit

Permalink
Fix from duplicated "geddy auth" command to new "geddy gen auth"
Browse files Browse the repository at this point in the history
  • Loading branch information
phanect committed Mar 8, 2014
1 parent 8eb9812 commit 019822a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/authentication.md
Expand Up @@ -5,12 +5,12 @@ or third-party social services like Facebook and Twitter.
#### Using the generator

To set up a new Geddy app with built-in authentication, create your application
like normal, then run the `geddy auth` command inside, like so:
like normal, then run the `geddy gen auth` command inside, like so:

```
$ geddy app by_tor
$ cd by_tor
$ geddy auth
$ geddy gen auth
```

This will pull down [Geddy-Passport](https://github.com/mde/geddy-passport)
Expand All @@ -20,7 +20,7 @@ User accounts and the login process.

#### Danger, Warning, etc.

The `geddy auth` generator should only be used in a new Geddy app. If you
The `geddy gen auth` generator should only be used in a new Geddy app. If you
run it inside an existing app, it may overwrite existing files that you wanted
to keep.

Expand Down

0 comments on commit 019822a

Please sign in to comment.