<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to install</title><link>https://sourceforge.net/p/tboox-xmake/wiki/install/</link><description>Recent changes to install</description><atom:link href="https://sourceforge.net/p/tboox-xmake/wiki/install/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Nov 2018 23:15:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tboox-xmake/wiki/install/feed" rel="self" type="application/rss+xml"/><item><title>install modified by ruki</title><link>https://sourceforge.net/p/tboox-xmake/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,11 +1,8 @@

 ### Install on windows

-1. Download xmake source codes
-2. Enter the source code directory
-3. Run `install.bat`
-4. Select the installed directory and enter into this directory
-5. Please wait some mintues
+1. Download xmake installer ([Releases](https://github.com/tboox/xmake/releases))
+2. Run xmake-[version].exe

 ### Install from source codes on linux and macosx

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ruki</dc:creator><pubDate>Mon, 12 Nov 2018 23:15:10 -0000</pubDate><guid>https://sourceforge.net3d833d8e0829e84b816ef94a186bdf701119e22d</guid></item><item><title>install modified by ruki</title><link>https://sourceforge.net/p/tboox-xmake/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,5 @@

-## Install on windows
+### Install on windows

 1. Download xmake source codes
 2. Enter the source code directory
@@ -7,20 +7,20 @@
 4. Select the installed directory and enter into this directory
 5. Please wait some mintues

-## Install from source codes on linux and macosx
+### Install from source codes on linux and macosx

     :::bash
     $ git clone git@github.com:waruqi/xmake.git
     $ cd ./xmake
     $ sudo ./install

-## Install using homebrew on macosx
+### Install using homebrew on macosx

     :::bash
     $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
     $ sudo brew install xmake

-## Install using homebrew on linux
+### Install using homebrew on linux

     :::bash
     $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ruki</dc:creator><pubDate>Mon, 12 Nov 2018 23:15:07 -0000</pubDate><guid>https://sourceforge.net3b3bb25ca023c9ed147a9859282525372f0e4bfa</guid></item><item><title>install modified by ruki</title><link>https://sourceforge.net/p/tboox-xmake/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,19 +1,27 @@
-####windows
-1. download xmake source codes
-2. enter the xmake directory
-3. run install.bat 
-4. select the install directory and enter
-5. please wait some mintues

-####linux/macosx
-1. git clone git@github.com:waruqi/xmake.git
-2. cd ./xmake
-3. sudo ./install
+## Install on windows

-####homebrew for macosx
-1. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-2. sudo brew install xmake
+1. Download xmake source codes
+2. Enter the source code directory
+3. Run `install.bat`
+4. Select the installed directory and enter into this directory
+5. Please wait some mintues

-####homebrew for linux
-1. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
-2. sudo brew install xmake
+## Install from source codes on linux and macosx
+
+    :::bash
+    $ git clone git@github.com:waruqi/xmake.git
+    $ cd ./xmake
+    $ sudo ./install
+
+## Install using homebrew on macosx
+
+    :::bash
+    $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+    $ sudo brew install xmake
+
+## Install using homebrew on linux
+
+    :::bash
+    $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
+    $ sudo brew install xmake
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ruki</dc:creator><pubDate>Mon, 12 Nov 2018 23:15:07 -0000</pubDate><guid>https://sourceforge.net68b2d47619776f4db66d6ed64137f2956e8ab84c</guid></item><item><title>install modified by ruki</title><link>https://sourceforge.net/p/tboox-xmake/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -9,3 +9,11 @@
 1. git clone git@github.com:waruqi/xmake.git
 2. cd ./xmake
 3. sudo ./install
+
+####homebrew for macosx
+1. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+2. sudo brew install xmake
+
+####homebrew for linux
+1. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
+2. sudo brew install xmake
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ruki</dc:creator><pubDate>Mon, 12 Nov 2018 23:14:58 -0000</pubDate><guid>https://sourceforge.net65b34471b466985c182b13eba451eec59579eae9</guid></item><item><title>install modified by ruki</title><link>https://sourceforge.net/p/tboox-xmake/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -8,4 +8,4 @@
 ####linux/macosx
 1. git clone git@github.com:waruqi/xmake.git
 2. cd ./xmake
-3. ./install
+3. sudo ./install
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ruki</dc:creator><pubDate>Mon, 12 Nov 2018 23:14:58 -0000</pubDate><guid>https://sourceforge.netf1537a502a75fc2a3899ec4dd86a04be90923cef</guid></item><item><title>install modified by ruki</title><link>https://sourceforge.net/p/tboox-xmake/wiki/install/</link><description>&lt;div class="markdown_content"&gt;&lt;h4 id="windows"&gt;windows&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;download xmake source codes&lt;/li&gt;
&lt;li&gt;enter the xmake directory&lt;/li&gt;
&lt;li&gt;run install.bat &lt;/li&gt;
&lt;li&gt;select the install directory and enter&lt;/li&gt;
&lt;li&gt;please wait some mintues&lt;/li&gt;
&lt;/ol&gt;
&lt;h4 id="linuxmacosx"&gt;linux/macosx&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;git clone git@github.com:waruqi/xmake.git&lt;/li&gt;
&lt;li&gt;cd ./xmake&lt;/li&gt;
&lt;li&gt;./install&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ruki</dc:creator><pubDate>Mon, 12 Nov 2018 23:14:55 -0000</pubDate><guid>https://sourceforge.net2f418f699d87af03b51cb1142282a76fdfb556cc</guid></item></channel></rss>