Merge pull request #4 from ShockwaveNN/patch-1

Remove `DesktopEditros` from path for building on windows
This commit is contained in:
Alexander Vnuchkov 2018-07-04 09:58:21 +03:00 committed by GitHub
commit e7ecb67175
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>