Remove mention of alias, no longer applicable (#90)

This commit is contained in:
Steven 2019-07-25 13:54:52 -04:00 committed by GitHub
parent 4f1d543cf2
commit a13bfb3c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ You'll want to fork this repository and deploy your own image generator.
4. Make changes by swapping out images, changing colors, etc (see [contributing](https://github.com/zeit/og-image/blob/master/CONTRIBUTING.md) for more info)
5. Run locally with `now dev` and visit [localhost:3000](http://localhost:3000) (if nothing happens, run `npm install -g now`)
6. Deploy to the cloud by running `now` and you'll get a unique URL
7. Setup [GitHub](https://zeit.co/github) to autodeply on push and set an `alias` in [now.json](https://zeit.co/docs/v2/advanced/configuration) to customize your URL.
7. Setup [GitHub](https://zeit.co/github) to autodeply on push
Alternatively, you can do a one-click to deploy with the button below.