Skip to content

Commit 6013dc0

Browse files
committed
fix typo
1 parent a807a2c commit 6013dc0

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
@@ -6,7 +6,7 @@ Repository for [tupleblog](http://tupleblog.github.io) (in Thai) based on [Jekyl
66

77
`tpb` script is now live! `tpb.sh` will help you install and serve the site easily. All you need to have is Ruby version >= `2.5.3`.
88

9-
Here is how the script help looks like:
9+
Here is how the script looks like:
1010

1111
```sh
1212
$ ./tpb.sh
@@ -17,7 +17,7 @@ Usage: ./tpb.sh [-i] [-d]
1717
-d, --debug serve jekyll locally using bundler.
1818
```
1919

20-
If you have already installed Ruby, you can go ahead with the command `./tpb.sh -i`. This will install `bundler` if it is not installed yet and then run `bundle install` for you. Another command is `./tpb.sh -d` or debug. This command starts with commenting specified `url` in the `_config.yml` of the project then serving Jekyll with `JEKYLL_ENV=production` prefix. It also uncomment the line for you when you stop the server by hitting `ctrl`+`c`.
20+
If you have already installed Ruby, you can go ahead with the command `./tpb.sh -i`. This will install `bundler` if it is not installed yet and then run `bundle install` for you. Another command is `./tpb.sh -d` for debugging locally. This command starts with commenting specified `url` in the `_config.yml` of the project then serving Jekyll with `JEKYLL_ENV=production` prefix. It also uncomments the line for you when you stop the server by hitting `ctrl`+`c`.
2121

2222

2323
### Running the blog locally

0 commit comments

Comments
 (0)