File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ We create seperate branches for different templates which have different feature
1313 - fits for external use too
1414
1515### How to start
16- You can use git command to clone the branches you want. For example, if you wanna get react-isomorphic , you can type the following command:
16+ You can use git command to clone the branches you want. For example, if you wanna get ` react ` , you can type the following command:
1717
1818```
19- git clone https://github.com/SteamerTeam/steamer-react.git -b react-isomorphic
19+ git clone https://github.com/SteamerTeam/steamer-react.git -b react
2020```
2121
2222If you only need the latest files with git function, you can add ` --depth ` option for your command:
2323
2424```
25- git clone https://github.com/SteamerTeam/steamer-react.git -b react-isomorphic --depth=1
25+ git clone https://github.com/SteamerTeam/steamer-react.git -b react --depth=1
2626```
2727
2828### Credit To
You can’t perform that action at this time.
0 commit comments