Skip to content

Commit

Permalink
improve deployment instructions
Browse files Browse the repository at this point in the history
Rich-Harris committed Nov 16, 2019
1 parent 883c422 commit a4666d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ Then, from within your project folder:

```bash
cd public
now
now deploy --name my-project
```

As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
@@ -78,5 +78,5 @@ Then, from within your project folder:

```bash
npm run build
surge public
surge public my-project.surge.sh
```

0 comments on commit a4666d3

Please sign in to comment.