added invocation

This commit is contained in:
Vishal 2022-08-07 23:11:48 +05:30 committed by GitHub
parent d36b6b51c7
commit 572d64aca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,10 @@
# nostr_console
Nostr console client using Dart
# Use
To get the latest messages for last 3 days:
```
dart run bin/nostr_console.dart --request=`echo "[\"REQ\",\"l\",{\"since\":$(date -d '-3 day' +%s)}]"`
```