From 5ae894e34a0870d274b0eb5e67c099b047abdc1d Mon Sep 17 00:00:00 2001 From: david Date: Thu, 11 Aug 2022 22:35:23 +0200 Subject: [PATCH] Feature: Manual and auto classpath option - Fixing url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c924ba2..870e382 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Just put both `warp4j` and `warp-packer` somewhere in your PATH and run `warp4j Curl one-liner installs latest versions of both `warp4j` and `warp-packer`: ``` -$ bash -c "$(curl -fsSL https://git.kirby-link.dd-dns.de/public/warp4j/src/branch/feature/manual_and_auto_classpath_option/install)" +$ bash -c "$(curl -fsSL https://git.kirby-link.dd-dns.de/public/warp4j/raw/branch/feature/manual_and_auto_classpath_option/install)" ``` This script will show missing dependencies (if there are any), they must be installed with your package manager.