Skip to content

Commit 0924fce

Browse files
committed
little fix
1 parent fd62691 commit 0924fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ This is my personal website project.
3131
6. run `bundle exec rake ar:migrate` to setup database schema.
3232
7. run `bundle exec rake db:seed` to generate admin user.
3333
8. start memcached with `memcached -d`.
34-
9. run `bundle exec thin start` for development environment and run `./servicectl start` for production environment.
34+
9. run `bundle exec thin start` for development environment and run `./zbatery.sh start` for production environment.
3535

3636
## Run on Windows
3737

3838
remove such lines in `Gemfile` and run with thin.
3939

4040
gem 'kgio'
41-
gem 'rainbows'
41+
gem 'zbatery'
4242

4343
## MIT License

0 commit comments

Comments
 (0)