From 07d39647ed003b48480c35d21da68b775e617d11 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Thu, 6 Apr 2017 21:43:28 +0200 Subject: [PATCH] fix;again --- .gitattributes | 1 + wine-tibbo/README.md | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8d8020c..2f27ec7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.sh eol=lf make.py eol=lf +*.md eol=lf diff --git a/wine-tibbo/README.md b/wine-tibbo/README.md index 0cd1dee..54679f2 100644 --- a/wine-tibbo/README.md +++ b/wine-tibbo/README.md @@ -1 +1,36 @@ -# wine Debian with Tibbo IDE 5.3.1 Version: 1.0 How to use: 1. Copy your project to `/vagrant` 2. Inside vagrant VM, call `tibbo_build FILENAME.tpr` 3. Enjoy .tpc files --- Usage in Vagrantfile: ``` config.vm.box = "henrietta/wine-tibbo" config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine-tibbo.box" ``` --- Usage in Vagrantfile: ``` config.vm.box = "henrietta/wine-tibbo" config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine-tibbo.box" ``` \ No newline at end of file +# wine + +Debian with Tibbo IDE 5.3.1 +Version: 1.0 + + +How to use: +1. Copy your project to `/vagrant` +2. Inside vagrant VM, call `tibbo_build FILENAME.tpr` +3. Enjoy .tpc files + +--- + +Usage in Vagrantfile: + +``` + +config.vm.box = "henrietta/wine-tibbo" +config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine-tibbo.box" + +``` + +--- + + + +Usage in Vagrantfile: + +``` + +config.vm.box = "henrietta/wine-tibbo" + +config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine-tibbo.box" + +``` + -- GitLab