diff --git a/Generate-manual-vendor-library-archives.md b/Generate-manual-vendor-library-archives.md new file mode 100644 index 0000000..72ca3ef --- /dev/null +++ b/Generate-manual-vendor-library-archives.md @@ -0,0 +1,7 @@ +To generate the archive of manual vendor libraries (users will need to download if they cannot use Composer to automatically install the vendor libraries): + +* Git checkout the Blue Twilight repository (`git clone ssh://git@apps.andysh.uk:7999/aheathershaw/blue-twilight.git `) +* Change into the directory just checked out (`cd `) +* Fetch all tags (`git fetch --all --tags --prune`) +* Checkout the version tag to generate the vendor libraries for (`git checkout tags/`) +* Run `composer install` to install the vendor libraries \ No newline at end of file