Skip to content

Commit 8753541

Browse files
authored
docs: update links / add contributors
1 parent d4f5fa5 commit 8753541

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ Run migrations (at least once and after pulling new changes):
226226
npm run db:migrate
227227
```
228228

229-
Create ~/.nostr folder:
229+
Create .nostr folder inside nostream project folder:
230230

231231
```
232-
mkdir ~/.nostr
232+
mkdir .nostr
233233
```
234234

235235
To start in development mode:
@@ -351,23 +351,31 @@ To see the integration test coverage report open `.coverage/integration/lcov-rep
351351

352352
You can change the default folder by setting the `NOSTR_CONFIG_DIR` environment variable to a different path.
353353

354-
Run nostream using one of the quick-start guides at least once and `~/.nostr/settings.json` will be created.
354+
Run nostream using one of the quick-start guides at least once and `nostream/.nostr/settings.json` will be created.
355355
Any changes made to the settings file will be read on the next start.
356356

357-
A sample settings file is included at the project root under the name `settings.sample.json`. Feel free to copy it to `~/.nostr/settings.json`
357+
A sample settings file is included at the project root under the name `settings.sample.json`. Feel free to copy it to `nostream/.nostr/settings.json`
358358
if you would like to have a settings file before running the relay first.
359359

360360
See [CONFIGURATION.md](CONFIGURATION.md) for a detailed explanation of each environment variable and setting.
361361
## Dev Channel
362362

363-
For development discussions, please use the [Nostr Typescript Relay Dev Channel](https://t.me/nostr_ts_relay).
363+
For development discussions, please use the [Nostr Typescript Relay Dev Group](https://t.me/nostream_dev).
364364

365-
For discussions about the protocol, please feel free to use the [Nostr Telegram Channel](https://t.me/nostr_protocol).
365+
For discussions about the protocol, please feel free to use the [Nostr Telegram Group](https://t.me/nostr_protocol).
366366

367367
# Author
368368

369369
I'm Cameri on most social networks. You can find me on Nostr by npub1qqqqqqyz0la2jjl752yv8h7wgs3v098mh9nztd4nr6gynaef6uqqt0n47m.
370370

371+
# Contributors (A-Z)
372+
373+
- Anton Livaja
374+
- Juan Angel
375+
- Kevin Smith
376+
- Saransh Sharma
377+
- swissrouting
378+
371379
## License
372380

373381
This project is MIT licensed.

0 commit comments

Comments
 (0)