README.md in Charu-0.0.11 vs README.md in Charu-0.0.12

- old
+ new

@@ -7,11 +7,11 @@ ## Installation Add this line to your application's Gemfile: ```ruby -gem 'Charu' +gem Charu ``` And then execute: $ bundle @@ -20,10 +20,15 @@ $ gem install Charu ## Usage +### 必要なプログラム +``` +sudo apt-get install lftp +``` + ### 初期化 ``` ./CharuConfig/CharuConfig.rb ``` 設定してください。 @@ -43,9 +48,11 @@ [横着プログラミング 第1回: Unixのメモ技術](http://0xcc.net/unimag/1/) [Change Log メモを試してみよう](http://at-aka.blogspot.jp/p/change-log.html) パブリックの[Public]:のカテゴリーが付いていないもの以外はHTML化しないです。 + +FTPアップロードに「lftp」使っています。 ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.