Skip to content

fix: quick starter link #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**TABLE OF CONTENTS:**
- [Prerequisites](#prerequisites)
- [Quick Starter with Running in Your Laptop](#quick-starter-with-running-in-your-laptop)
- [Quick Starter: Running in Your Laptop](#quick-starter-running-in-your-laptop)
- [Running as a Systemd Service](#running-as-a-systemd-service)
- [Running in Containers](#running-in-containers)
- [Running Using AWS Instance Profile Credentials](#running-using-aws-instance-profile-credentials)
Expand Down Expand Up @@ -101,7 +101,7 @@
}
```

## Quick Starter with Running in Your Laptop
## Quick Starter: Running in Your Laptop
- [Install and run Docker](https://docs.docker.com/engine/install/)
- Start a NGINX Lambda Gateway container
```bash
Expand Down Expand Up @@ -130,7 +130,7 @@
make down
```

- Clean a NGINX Lambda Gateway Container Image
- Clean a NGINX Lambda Gateway container image
```bash
make clean
```
Expand Down