mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-16 04:29:08 +00:00
Double slashed Windows paths
In Markdown single backslash was not displayed
This commit is contained in:
parent
56790762a1
commit
21c4358ea6
@ -10,9 +10,9 @@ How to install (Windows)
|
||||
* Install Python 2.7 (http://python.org)
|
||||
* Install Cython (Windows binaries on http://cython.org/#download)
|
||||
* Install Microsoft Visual Studio 2008 Express
|
||||
* Add "C:\Program Files (x86)\Microsoft Visual Studio 9.0" to system PATH
|
||||
* Add "C:\\Program Files (x86)\\Microsoft Visual Studio 9.0" to system PATH
|
||||
* Clone repository (using TortoiseGit) to local directory
|
||||
* Run c:\python27\python.exe setup.py install (or develop)
|
||||
* Run C:\\python27\\python.exe setup.py install (or develop)
|
||||
|
||||
How to install (Debian-Ubuntu)
|
||||
------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user