Remove DesktopEditros from path for building on windows

Next command - `git clone --recursive https://github.com/ONLYOFFICE/DesktopEditors.git` will create this folder.
This commit is contained in:
Pavel Lobashov 2018-07-03 19:11:45 +03:00 committed by GitHub
parent 6a54b02a52
commit 345d261e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
<h5>Getting the source code</h5>
<p>Run the Windows command line tool, create the folder for the project and checkout the project from the GitHub:</p>
<pre><code>mkdir C:\GIT\DesktopEditors
cd C:\GIT\DesktopEditors
cd C:\GIT\
git clone --recursive https://github.com/ONLYOFFICE/DesktopEditors.git</code></pre>
<h5>Build the third-party core components</h5>
<p>Now fetch and build the third-party core components. To do that run the following <code>.bat</code> file:</p>