Skip to content

Commit cba1a50

Browse files
authored
UPDATE: a manual in the Usages section
1 parent 1b1eeb1 commit cba1a50

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ Writing is important to proceed with a project as a way to communicate with stak
66

77
* Chrome shows the papers well
88

9-
### Publish
10-
119
**0.** Click `use this template` button near the star button
1210

13-
**1.** Write papers in markdown format
11+
**1.** Change `baseurl` in a `_configy.yml` file as your repository
12+
13+
**2.** Write papers in markdown format
1414

15-
**2.** Push to your published repository branch
15+
**3.** Push to your published repository branch
1616

17-
### Local
17+
### Local (Options)
1818

1919
**0.** Install Jekyll (Ruby, RubyGems, GCC, Make, Bundler are also required)
2020

2121
* Referenced the installation guide of jekyll [here](https://jekyllrb.com/docs/installation/#requirements)
2222

23-
**1.** Use the following commands to run the server
23+
**1.** Clone your repository (after clicking the `use this template` button)
24+
25+
**2.** Use the following commands to run the server
2426

2527
``` bash
2628
$ bundle install

0 commit comments

Comments
 (0)