From d2099091771ca6a2325d46fa6935bcac867f5864 Mon Sep 17 00:00:00 2001 From: Evan Doyle Date: Tue, 20 Aug 2024 22:07:43 -0700 Subject: [PATCH] README tweaks --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cb93ff..5bd1052 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ```