From 581cc30c6b5f318508f3801fc0517ff8d813053d Mon Sep 17 00:00:00 2001 From: Claire Lemaitre Date: Mon, 20 Nov 2017 10:46:38 +0100 Subject: [PATCH] still improving 1.4.0 release note --- gatb-core/RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatb-core/RELEASES.md b/gatb-core/RELEASES.md index 91ef97543..68cf400e3 100644 --- a/gatb-core/RELEASES.md +++ b/gatb-core/RELEASES.md @@ -24,7 +24,7 @@ * Added a simple makefile to compile a GATB tool without CMake (see `examples/Makefile`) - * Added support for Docker, see `docker/Dockerfile`. The docker image provides a "system-independent" compiler for GATB-core. + * Added support for Docker. Using `docker/Dockerfile` one can build a docker image containing GATB-core. * 2 new ways to compile example codes snippets : * `cmake -DGATB_CORE_INCLUDE_EXAMPLES=True ..`