Created
June 22, 2014 15:58
-
-
Save henry0312/41aa9b17df41470abd8e to your computer and use it in GitHub Desktop.
L-SMASH pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: Tsukasa OMOTO <[email protected]> | |
Date: Sun, 22 Jun 2014 23:14:40 +0900 | |
Subject: [PATCH 1/3] index: Correct henry's real name. | |
--- | |
index.html | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/index.html b/index.html | |
index ab0cab3..385f1bf 100644 | |
--- a/index.html | |
+++ b/index.html | |
@@ -243,7 +243,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
<h3 style="color : orange; text-decoration : underline;"><a name="p13">貢献者 (Contributors)</a></h3> | |
<div class="frame_box" id="id_13_0"> | |
<dl> | |
- <dt>Tsukasa OMOTO (known as henry, or henry0312)</dt> | |
+ <dt>Tsukasa ŌMOTO (known as henry, or henry0312)</dt> | |
<dd>Mainly handling chapters. Previously lead tester for audio muxing and on Mac OS. Helper for misc stuff such as Homebrew PR.</dd> | |
</dl> | |
<dl> | |
-- | |
2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: Tsukasa OMOTO <[email protected]> | |
Date: Sun, 22 Jun 2014 23:16:57 +0900 | |
Subject: [PATCH 2/3] index: Add github url to henry's profile. | |
--- | |
index.html | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/index.html b/index.html | |
index 385f1bf..cde0959 100644 | |
--- a/index.html | |
+++ b/index.html | |
@@ -243,7 +243,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
<h3 style="color : orange; text-decoration : underline;"><a name="p13">貢献者 (Contributors)</a></h3> | |
<div class="frame_box" id="id_13_0"> | |
<dl> | |
- <dt>Tsukasa ŌMOTO (known as henry, or henry0312)</dt> | |
+ <dt><a href="https://github.com/henry0312">Tsukasa ŌMOTO</a> (known as henry, or henry0312)</dt> | |
<dd>Mainly handling chapters. Previously lead tester for audio muxing and on Mac OS. Helper for misc stuff such as Homebrew PR.</dd> | |
</dl> | |
<dl> | |
-- | |
2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: Tsukasa OMOTO <[email protected]> | |
Date: Mon, 23 Jun 2014 00:48:07 +0900 | |
Subject: [PATCH 3/3] index: Add installing instruction for OS X users. | |
--- | |
index.html | 4 ++++ | |
1 file changed, 4 insertions(+) | |
diff --git a/index.html b/index.html | |
index cde0959..bf74109 100644 | |
--- a/index.html | |
+++ b/index.html | |
@@ -142,6 +142,10 @@ | |
<div class="frame_box"> | |
<pre>git clone https://github.com/l-smash/l-smash.git</pre> | |
</div> | |
+ <p>また、OS XユーザはHomebrewを使ってL-SMASHをインストールすることができます</p> | |
+ <div class="frame_box"> | |
+ <pre>brew install [--HEAD] l-smash</pre> | |
+ </div> | |
</span> | |
</div> | |
-- | |
2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment