replace references to "Mirall" with "client"

This commit is contained in:
Carla Schroder 2015-01-30 09:14:42 -08:00
parent 49021fd96d
commit 9873204be6
1 changed files with 5 additions and 5 deletions

View File

@ -139,15 +139,15 @@ To cross-compile:
Generic Build Instructions
--------------------------
Compared to previous versions, building Mirall has become easier. Unlike
earlier versions, CSync, which is the sync engine library of Mirall, is now
part of the Mirall source repository and not a separate module.
Compared to previous versions, building the desktop sync client has become easier. Unlike
earlier versions, CSync, which is the sync engine library of the client, is now
part of the client source repository and not a separate module.
You can download Mirall from the ownCloud `Client Download Page`_.
You can download the desktop sync client from the ownCloud `Client Download Page`_.
To build the most up to date version of the client:
1. Clone the latest versions of Mirall from Git_ as follows:
1. Clone the latest versions of the client from Git_ as follows:
``git clone git://github.com/owncloud/client.git``