Skip to content

Commit 3f8b23d

Browse files
committed
tell user that DUB is bundled with the compiler more explicitly
1 parent ae76117 commit 3f8b23d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting-started/install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Once you have a D compiler installed, open the terminal and try running `dub --v
1010

1111
DUB can be installed separately from the compiler, for example this may be necessary when a package manager is used to install just the compiler or when DUB needs to be updated separately from the compiler to make use of new features.
1212

13+
!!! tip
14+
15+
Since DUB is **bundled with the compiler**, you are unlikely to need to install it manually. However for Linux distros you may need to install it separately, which is described below.
16+
1317
### Pre-compiled packages
1418

1519
Pre-compiled DUB binaries are available for x86 (32 and 64 bit) machines for Linux, OSX and Windows on the [GitHub DUB releases](https://github.com/dlang/dub/releases). Extract the archive anywhere on your system and make sure the DUB executable is in your path.

0 commit comments

Comments
 (0)