mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 02:26:56 -07:00
fix git dependency package and typo (#113)
git-all installs _all_ git subpackages, which includes amongst other packages apache and cvs, which is complete overkill. The `git` package installs the git main components with minimal dependencies, which should be sufficient.
This commit is contained in:
parent
5747ef78cb
commit
06ce11511a
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@ Download it as a [zip file](https://github.com/mrworf/plexupdate/archive/master.
|
|||
```
|
||||
wget https://github.com/mrworf/plexupdate/archive/master.zip && unzip master.zip && mv plexupdate-master plexupdate && rm master.zip
|
||||
```
|
||||
Note that unzip is requered (`sudo apt-get install unzip`).
|
||||
Note that unzip is required (`sudo apt-get install unzip`).
|
||||
|
||||
####Using git to clone (Recommended)
|
||||
Using git is way easier and recommended, if you ask me.
|
||||
```
|
||||
git clone https://github.com/mrworf/plexupdate.git
|
||||
```
|
||||
Note that git is requered (`sudo apt-get install git-all`)
|
||||
Note that git is required (`sudo apt-get install git`)
|
||||
|
||||
The main benefit with git clone is that you can update to latest version very easily. If you want to use the auto update feature, you must be using a git clone.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue