Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Aug 21, 2024
1 parent 7258364 commit d209909
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ With Pare, you can offload these tasks from your main web server, while also get

## Quickstart

```shell
> pip install pare
```

First, mark the function you want to deploy onto a Lambda:

```python
Expand Down Expand Up @@ -92,7 +96,7 @@ That's it! Your function is now serverless.
To delete a deployed function, use `pare delete`:

```shell
> pare delete quickstart --git-hash 8a4096b
> pare delete quickstart
```


Expand Down

0 comments on commit d209909

Please sign in to comment.