diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 077b9f6..0269f9c 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -1445,8 +1445,7 @@ "", "Complete applications can be retrieved and run easily by e.g.", "$ dub fetch vibelog --cache=local", - "$ cd vibelog", - "$ dub", + "$ dub run vibelog --cache=local", "", "This will grab all needed dependencies and compile and run the application.", "",