File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff 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
235235To start in development mode:
@@ -351,23 +351,31 @@ To see the integration test coverage report open `.coverage/integration/lcov-rep
351351
352352You 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.
355355Any 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`
358358if you would like to have a settings file before running the relay first.
359359
360360See [ 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
369369I'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
373381This project is MIT licensed.
You can’t perform that action at this time.
0 commit comments