Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
refs #361
  • Loading branch information
Art4 committed Dec 11, 2018
1 parent 2ec8d06 commit 6e95bce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,13 @@ There are multiple ways to set up YouTube-Downloader
### Git

1. Clone the code on your server with

git clone https://github.com/jeckman/YouTube-Downloader.git

2. Checkout the latest release tag with

git checkout $(git describe --abbrev=0 --tags)

3. Open the folder with your browser

### Composer
Expand Down Expand Up @@ -134,7 +138,7 @@ Fetch the master branch and checkout the latest annotated tag.

```shell
git remote update
git fetch origin
git fetch origin master
git checkout $(git describe --abbrev=0 --tags master)
```

Expand Down

0 comments on commit 6e95bce

Please sign in to comment.