Reducing the amount of "items" in the root of the repo
by moving documents into a own docs directory.
This commit is contained in:
@@ -19,7 +19,7 @@ or run 'ant javadoc' then start at build/javadoc/index.html
|
||||
|
||||
## 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
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
* 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.
|
||||
|
||||
* 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.
|
||||
|
||||
## The .. Monotone part
|
||||
|
||||
Check out [README.MONOTONECHEATSHEET.md](README.MONOTONECHEATSHEET.md) file.
|
||||
Check out [MONOTONECHEATSHEET.md](MONOTONECHEATSHEET.md) file.
|
||||
|
||||
## SBT Behind proxy
|
||||
|
||||
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"`
|
||||
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.
|
Reference in New Issue
Block a user