Simplify copying steps
This commit is contained in:
parent
17e81a441d
commit
9dcfc45f9f
12
README.md
12
README.md
|
@ -30,6 +30,7 @@ By doing this you would get a GitHub repo linked with Netlify in a way any chang
|
||||||
## Advanced
|
## Advanced
|
||||||
|
|
||||||
### Get your own Shower
|
### Get your own Shower
|
||||||
|
|
||||||
1. Copy Shower in your account via [GitHub](#copy-via-github) or via [CLI](#copy-via-cli)
|
1. Copy Shower in your account via [GitHub](#copy-via-github) or via [CLI](#copy-via-cli)
|
||||||
2. Install dependencies `npm install` and start it `npm start`.
|
2. Install dependencies `npm install` and start it `npm start`.
|
||||||
|
|
||||||
|
@ -45,13 +46,10 @@ And you’ll have your slides published to `http://USER.github.io/REPO/`.
|
||||||
|
|
||||||
#### Copy via GitHub
|
#### Copy via GitHub
|
||||||
|
|
||||||
1. Open [import page](https://github.com/new/import)
|
1. Open [import page](https://github.com/new/import).
|
||||||
2. Fill the fields:
|
2. For the repository URL use `https://github.com/shower/shower`.
|
||||||
<img src="docs/images/easy-way-to-import.png" alt="easy-way-to-import">
|
3. For the name use any name you want, your presentation name would be the best.
|
||||||
A. Add link to this repo - https://github.com/shower/shower
|
4. Clone the resulted repository to your computer.
|
||||||
B. Enter the name of your _new_repo_, where you'd like to copy it
|
|
||||||
C. Push the button "Begin import"
|
|
||||||
3. Clone your _new_repo_ to your computer
|
|
||||||
|
|
||||||
#### Copy via CLI
|
#### Copy via CLI
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue