From 1081a1a2ffeb52379a174dbd30478a36914e9876 Mon Sep 17 00:00:00 2001 From: Kirill Krasnov Date: Tue, 10 Apr 2018 11:54:29 +0000 Subject: [PATCH] Update readme.md --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 132e6c6a..aa401381 100644 --- a/readme.md +++ b/readme.md @@ -1,17 +1,16 @@ Lazarus Build VM for Windows Applications ----------------------------------------- -- [Introduction](#introduction) - [Installation](#installation) -- [Quick Start](#quick-start) +- [Compiling your Application](#compiling_your_application) With this Docker image you can build Lazarus Applications without installing Lazarus or Freepascal # Installation -Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/cutec/buildhost-lazarus-windows/) +Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/krak/lazarus-build-windows/) # Compiling your Application ```bash -docker run -it --rm -v ~/myApp:/root/app cutec/buildhost-lazarus-windows lazbuild /root/app/myApp.lpi +docker run -it --rm -v ~/myApp:/root/app krak/lazarus-build-windows lazbuild /root/app/myApp.lpi ``` \ No newline at end of file