mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
remove redundant target argument from git clone
This commit is contained in:
committed by
Morris Jobke
parent
fe5b82c975
commit
0fce0df109
@@ -49,7 +49,7 @@ The following commands are using "/var/www" as the web server's directory and "w
|
||||
sudo chmod o+rw /var/www
|
||||
cd /var/www
|
||||
git clone https://github.com/owncloud/core.git owncloud
|
||||
git clone https://github.com/owncloud/apps.git apps
|
||||
git clone https://github.com/owncloud/apps.git
|
||||
cd owncloud/
|
||||
git submodule init
|
||||
git submodule update
|
||||
@@ -70,9 +70,9 @@ For example for the calendar, contact and notes apps:
|
||||
.. code-block:: bash
|
||||
|
||||
cd /var/www
|
||||
git clone https://github.com/owncloud/calendar.git calendar
|
||||
git clone https://github.com/owncloud/contacts.git contacts
|
||||
git clone https://github.com/owncloud/notes.git notes
|
||||
git clone https://github.com/owncloud/calendar.git
|
||||
git clone https://github.com/owncloud/contacts.git
|
||||
git clone https://github.com/owncloud/notes.git
|
||||
|
||||
Set up ownCloud
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user