note about credentials.nim

This commit is contained in:
array-in-a-matrix 2024-02-07 11:59:50 -05:00
parent a0aada111e
commit 1635454988

View file

@ -26,8 +26,9 @@ cd nimbotsdk/src/ && pnpm install
### Tests
Procedures that have been tested to work are imported into `src/nimbotsdk.nim`.
Procedures that have been checked to work are imported into `src/nimbotsdk.nim`.
Copy `credentials.nim.example` to `credentials.nim` and add the needed values before running tests.
Run tests:
```sh