|
@@ -32,6 +32,10 @@ Then you should edit the new file in `~/.gitnonymous-KEYNAME/config` to set the
|
32
|
32
|
export GIT_AUTHOR_EMAIL="protect-all-babies@anonymous-mail-provider.com"
|
33
|
33
|
export TZ=UTC
|
34
|
34
|
|
|
35
|
+You can pass `ssh-keygen` options to the setup command as well. For example to create an ed25519 key instead of an RSA key:
|
|
36
|
+
|
|
37
|
+ $ ./gitnonymous-setup KEYNAME -t ed25519
|
|
38
|
+
|
35
|
39
|
## Use ##
|
36
|
40
|
|
37
|
41
|
You can symlink the `gitnonymous` and `gitnonymous-setup` commands into your `~/bin` folder or somewhere else on your `PATH` to execute them without typing the full path.
|