From 1dd41247d6c9c0e007607a7dae1e7d847f989d16 Mon Sep 17 00:00:00 2001 From: Vhenrique05 <55672302+Vhenrique05@users.noreply.github.com> Date: Tue, 7 Jul 2020 17:30:50 -0300 Subject: [PATCH] Fixed the missing Spaces From README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bc27348..e21dd06 100644 --- a/README.md +++ b/README.md @@ -4,33 +4,33 @@ ## This project is closed !!! ## Please goto new project [GoQt](https://github.com/visualfc/goqt) -##Introduction +## Introduction go-ui is a cross-platform golang ui tool kit, based on qt. -##System +## System Windows / Linux / MacOS X -##License +## License go-ui lib BSD qtdrv lib LGPL -##Build go-ui and examples +## Build go-ui and examples -###1.get go-ui +### 1.get go-ui $ go get github.com/visualfc/go-ui -###2.build qtdrv, need install QtSDK +### 2.build qtdrv, need install QtSDK $ cd go-ui/qtdrv $ qmake "CONFIG+=release" $ make -###3.build go-ui +### 3.build go-ui $ cd go-ui/ui $ go install -###4.build examples +### 4.build examples $ cd go-ui/examples $ go build -ldflags '-r ../lib' minimal.go $ ./minimal -##Examples +## Examples package main