mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-07 07:53:04 +02:00
* add readme
* add .gitignore * add keyinfo tool * fix up makefile to build i2pd git submodule
This commit is contained in:
parent
4d868b348c
commit
8533fc2f64
4 changed files with 132 additions and 9 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# i2pd-tools
|
||||
|
||||
This repository contains tools that supplement i2pd.
|
||||
|
||||
Notice: git submodules are used so make sure to clone this repository recursively
|
||||
|
||||
git clone --recursive https://github.com/purplei2pd/i2pd-tools
|
||||
|
||||
## Tools included
|
||||
|
||||
### keygen
|
||||
|
||||
Generate an i2p private key
|
||||
|
||||
|
||||
### keyinfo
|
||||
|
||||
Prints information about an i2p private key
|
Loading…
Add table
Add a link
Reference in a new issue