feat: add usage instructions
This commit is contained in:
parent
8021bbea39
commit
62731011a1
1 changed files with 14 additions and 4 deletions
12
README.md
12
README.md
|
@ -16,4 +16,14 @@ The URL is hardcoded, so it won't work if warp-cors isn't running on
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm run dev
|
pnpm run dev
|
||||||
````
|
```
|
||||||
|
|
||||||
|
4. Create an access token by going to https://forgejo.exampl.org/user/settings/applications with the following scopes:
|
||||||
|
- read:notification
|
||||||
|
- read:organization
|
||||||
|
- read:issue
|
||||||
|
- read:repository
|
||||||
|
- read:user
|
||||||
|
|
||||||
|
This will be your password for logging in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue