diff --git a/source/dub/commandline.d b/source/dub/commandline.d index a9e00d4..9e724b3 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -1887,8 +1887,6 @@ "$ dub run vibelog --cache=local", "", "This will grab all needed dependencies and compile and run the application.", - "", - "Note: DUB does not do a system installation of packages. Packages are instead only registered within DUB's internal ecosystem. Generation of native system packages/installers may be added later as a separate feature." ]; } @@ -1920,8 +1918,7 @@ dub.fetch(name, Dependency.any, location, fetchOpts); logInfo( "Please note that you need to use `dub run ` " ~ - "or add it to dependencies of your package to actually use/run it. " ~ - "dub does not do actual installation of packages outside of its own ecosystem."); + "or add it to dependencies of your package to actually use/run it."); } catch(Exception e){ logInfo("Getting a release version failed: %s", e.msg);