瀏覽代碼

Note about how to use ed25519 keys.

Fixes #2.
master
Chris McCormick 6 年之前
父節點
當前提交
c3eb40ce64
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      README.md

+ 4
- 0
README.md 查看文件

32
 	export GIT_AUTHOR_EMAIL="protect-all-babies@anonymous-mail-provider.com"
32
 	export GIT_AUTHOR_EMAIL="protect-all-babies@anonymous-mail-provider.com"
33
 	export TZ=UTC
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
 ## Use ##
39
 ## Use ##
36
 
40
 
37
 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.
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.

Loading…
取消
儲存