From 3b8c62938ef19f5552541eb6224dff2ad1510353 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 13 Mar 2017 13:32:13 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deacb06..596f0cc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Cross platform D language IDE written using DlangUI library. Currently supported features: -* Can open DUB (dub.json) projects +* Uses DUB (dub.json or dub.sdl) project format * Shows tree with project source files * Can open and edit source files from project or file system in multi-tab editor * Build and run project with DUB @@ -47,7 +47,7 @@ Mago debugger GitHub page: [https://github.com/rainers/mago](https://github.com/ Build tools =========== -DlangIDE uses DUB as build tool, and its dub.json as project file format. +DlangIDE uses DUB as build tool, and its dub.json or dub.sdl as project file format. You can select DMD, LDC or GDC compiler toolchain.