From 2a162fb4c1064e50be5fcb7708e597aa91d5cbf5 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 23 Jan 2023 16:43:15 +0000 Subject: [PATCH] move all the buildscripts out of the root --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34ffb01..c09043a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The Windows build tools listed above must be installed on the Windows host machi TODO: Add links to the respective instructions for each of these. **Note that after the dependencies are installed, this step is automated** -**with `./build.sh`.** +**with `./buildscripts/build.sh`.** In order to include a jpackaged(dependency-free) I2P router in the Profile Bundle you will need to build the jpackaged I2P router as an "App Image" on @@ -127,10 +127,10 @@ Ubuntu in WSL. ant clean pkg cd .. - 7. Move into the i2p.firefox directory. Run the `./build.sh` script. + 7. Move into the i2p.firefox directory. Run the `./buildscripts/build.sh` script. cd i2p.firefox - ./build.sh + ./buildscripts/build.sh 8. Compile the NSIS installer using WSL. @@ -170,10 +170,10 @@ git bash are not likely to work. ant clean pkg cd .. -5. Move into the i2p.firefox directory. Run the `./build.sh` script. +5. Move into the i2p.firefox directory. Run the `./buildscripts/build.sh` script. cd i2p.firefox - ./build.sh + ./buildscripts/build.sh 6. Run `make` to build the installer.