I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 18b11d2a authored by meeh's avatar meeh
Browse files

Reducing the amount of "items" in the root of the repo

by moving documents into a own docs directory.
parent 75d681a9
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ or run 'ant javadoc' then start at build/javadoc/index.html ...@@ -19,7 +19,7 @@ or run 'ant javadoc' then start at build/javadoc/index.html
## How to contribute / Hack on I2P ## How to contribute / Hack on I2P
Please check out [README.HACKING.md](README.HACKING.md) Please check out [HACKING.md](docs/HACKING.md) and other documents in the docs directory.
## Building packages from source ## Building packages from source
......
File moved
...@@ -18,7 +18,7 @@ of Gradle and SBT in the end when we know what kind of structure we want. ...@@ -18,7 +18,7 @@ of Gradle and SBT in the end when we know what kind of structure we want.
If you're new at this, which we all was at one point, I'll have some tips. If you're new at this, which we all was at one point, I'll have some tips.
* Check out our [README.DIRECTORIES.md](README.DIRECTORIES.md) to learn ore * Check out our [DIRECTORIES.md](DIRECTORIES.md) to learn ore
about where you'll find I2P's different parts in the codebase. about where you'll find I2P's different parts in the codebase.
* For me (Meeh), it worked well to run `find . -type f -name '*Runner.java'` * For me (Meeh), it worked well to run `find . -type f -name '*Runner.java'`
...@@ -28,10 +28,10 @@ of hints of how this is peaced together lies there. ...@@ -28,10 +28,10 @@ of hints of how this is peaced together lies there.
## The .. Monotone part ## The .. Monotone part
Check out [README.MONOTONECHEATSHEET.md](README.MONOTONECHEATSHEET.md) file. Check out [MONOTONECHEATSHEET.md](MONOTONECHEATSHEET.md) file.
## SBT Behind proxy ## SBT Behind proxy
Seems it's a hassle behind SOCKSv5. But for use of HTTP proxy to fetch Seems it's a hassle behind SOCKSv5. But for use of HTTP proxy to fetch
dependencies and such, please edit `export SBT_OPTS="$SBT_OPTS -Dhttp.proxyHost=myproxy-Dhttp.proxyPort=myport"` dependencies and such, please edit `export SBT_OPTS="$SBT_OPTS -Dhttp.proxyHost=myproxy-Dhttp.proxyPort=myport"`
to have correct values for your system, then execute it before you start SBT. to have correct values for your system, then execute it before you start SBT.
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment