update readme

This commit is contained in:
Vadim Lopatin 2014-12-27 09:01:39 +03:00
parent 187e80f00f
commit 2c5e6c256a
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Trying to write D language IDE using dlangUI library.
Build and run with DUB: Build and run with DUB:
git clone git@github.com:buggins/dlangide.git git clone https://github.com/buggins/dlangide.git
cd dlang ide cd dlangide
dub run dub run
To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and dependencies. To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and dependencies.