Merge pull request #2482 from aaronaxvig/master

Improve Windows steps
This commit is contained in:
Travis Ralston 2020-03-30 12:43:03 -06:00 committed by GitHub
commit 78a0843758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,12 +66,14 @@ The above will write the rendered version of the specification to
Windows users Windows users
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
The ``source`` program does not exist on Windows, so instead run one of the
``activate`` files in ``.\env\Scripts\`` to activate the virtual environment.
If you're on Windows Vista or higher, be sure that the "Symbolic Links" If you're on Windows Vista or higher, be sure that the "Symbolic Links"
option was selected when installing Git prior to cloning this repository. If option was selected when installing Git prior to cloning this repository. If
you're still seeing errors about files not being found it is likely because you're still seeing errors about files not being found it is likely because
the symlink at ``api/client-server/definitions/event-schemas`` looks like a the symlink at ``api/client-server/definitions/event-schemas`` looks like a
file. To correct the problem, open an Administrative/Elevated shell in your file. To correct the problem, open an Administrative/Elevated Command Prompt in your
cloned matrix-doc directory and run the following:: cloned matrix-doc directory and run the following::
cd api\client-server\definitions cd api\client-server\definitions