From dd00fd7bfc7e6afc8c9c765755956d795d059407 Mon Sep 17 00:00:00 2001 From: makoto kuwata Date: Mon, 20 Feb 2012 03:11:55 +0900 Subject: [PATCH] refactor website top page --- website/htdocs/index.html.pyt | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/website/htdocs/index.html.pyt b/website/htdocs/index.html.pyt index 8a93bf1..12c86ea 100644 --- a/website/htdocs/index.html.pyt +++ b/website/htdocs/index.html.pyt @@ -15,6 +15,18 @@ +
+

Features

+ +

VersionSwitch requires Bash or Zsh on Unix-like system or Mac OS X.

+

See document for installation.

+
+ +

Example

@@ -26,6 +38,7 @@
 [bash]$ bash install.sh       # or zsh install.sh if you are a zsh user
 [bash]$ bash                  # restart bash or zsh to enable settings
 [bash]$ export VS_HOME=$HOME/lang
+
 ###
 ### install python, ruby, node, and so on
 ###
@@ -44,6 +57,7 @@
 3.2.0
 [bash]$ vs                    # list language names installed
 python               # /home/yourname/lang/python
+
 ###
 ### switch version
 ###
@@ -65,18 +79,6 @@ python               # /home/yourname/lang/python
 
-
-

Features

- -

VersionSwitch requires Bash or Zsh on Unix-like system or Mac OS X.

-

See document for installation.

-
- -

License