-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi,
another flaw in the readme.
root@pNostr:/opt/nostr-rs-relay# su - nostr
nostr@pNostr:~$ cd /opt/nostr-rs-relay
nostr@pNostr:/opt/nostr-rs-relay$ wget https://raw.githubusercontent.com/scsibug/nostr-rs-relay/master/config.toml
--2023-07-26 05:09:43-- https://raw.githubusercontent.com/scsibug/nostr-rs-relay/master/config.toml
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7619 (7.4K) [text/plain]
config.toml.1: Permission denied
Cannot write to 'config.toml.1' (Success).
config.toml is existing. you need to add that you rm config.toml in this dir as root first.
Thanks