Skip to content

Commit

Permalink
[ Edit ] added api key auth section to README.md
Browse files Browse the repository at this point in the history
anasfik authored Dec 22, 2023
1 parent 3e344b4 commit 1bc221e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -36,6 +36,14 @@ And Boom, you have it. Confirm the installation by checking the version of LangS
```bash
langsync --version
```
## Authentication
After Getting your API key from your [Dashboard](https://my.langsync.app), run this command:

```bash
langsync auth --api-key=<YOUR_API_KEY_HERE>
```

And you have it, now all future requests will validate and use it.

## 📘 Dive into Documentation

0 comments on commit 1bc221e

Please sign in to comment.