aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-03-02 03:21:08 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-03-02 03:21:08 +0900
commitcbbf368242e8ac312c7f0458db119b30d39411d0 (patch)
treeec47d640e44f805a74079e407a7ab3ba08ba9b91
parent635df09819ba928ff79c18cdb5eb7b81bf2a68f4 (diff)
downloadicon-cbbf368242e8ac312c7f0458db119b30d39411d0.tar.gz
add README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1665711
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# icon
+Twitter のアイコンを変更するやつ
+
+```sh
+cp config.json.example config.json
+vi config.json
+bundle install
+bundle exec rackup
+```