Skip to content

Commit 589df5f

Browse files
lordMasterOdin
authored andcommitted
Change instructions to use templates instead of forking (#1234)
1 parent aace071 commit 589df5f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Features
2929

3030
* **RTL Support** Full right-to-left layout for RTL languages such as Arabic, Persian (Farsi), Hebrew etc.
3131

32-
Getting started with Slate is super easy! Simply fork this repository and follow the instructions below. Or, if you'd like to check out what Slate is capable of, take a look at the [sample docs](https://slatedocs.github.io/slate/).
32+
Getting started with Slate is super easy! Simply press the green "use this template" button above and follow the instructions below. Or, if you'd like to check out what Slate is capable of, take a look at the [sample docs](https://slatedocs.github.io/slate/).
3333

3434
Getting Started with Slate
3535
------------------------------
@@ -44,10 +44,11 @@ You're going to need:
4444

4545
### Getting Set Up
4646

47-
1. Fork this repository on GitHub.
48-
2. Clone *your forked repository* (not our original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/slate.git`
49-
3. `cd slate`
50-
4. Initialize and start Slate. You can either do this locally, or with Vagrant:
47+
1. Press the green "use this template" button at the top of this page.
48+
2. Follow the instructions to create a new copy of the Slate repository.
49+
3. Clone your repository (not our original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/slate.git`
50+
4. `cd slate`
51+
5. Initialize and start Slate. You can either do this locally, or with Vagrant:
5152

5253
```shell
5354
# either run this to run locally

0 commit comments

Comments
 (0)