We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624b2fc commit e30f539Copy full SHA for e30f539
1 file changed
README.md
@@ -43,8 +43,14 @@ brew install sst/tap/axoncode # macOS and Linux
43
paru -S axoncode-bin # Arch Linux
44
```
45
46
-> [!TIP]
47
-> Remove versions older than 0.1.x before installing.
+### Get Your API Key
+
48
+- You need to generate API key to use Axon Code. Visit [https://app.matterai.so](https://app.matterai.so)
49
+- Once you have the API Key, you can set in your ENV by using
50
51
+```
52
+export MATTERAI_API_KEY=YOUR_KEY_HERE
53
54
55
#### Installation Directory
56
0 commit comments