Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ Create a test repository and clone it. replace <publickey> with the hex represen

```bash
./bin/gn repo create test
./bin/gn repo clone <publickey>:test
./bin/gn repo clone <publickey>:test
```

You can set write permission for your repository with the following command. replace <publickey> with the hex represenation of your public key. If you are using a nip05 capable public key you can use the nip05 identifier instead.

```bash
./bin/gn repo permissions test <publickey> WRITE
./bin/gn repo permission test <publickey> WRITE
```