diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2018-10-04 21:58:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 21:58:24 +0300 |
commit | 4a9f064ea10e58220dce114e0fafa90ff8f1fcdf (patch) | |
tree | e07d3eedbb3e4cc361ef82897f2b28cf418460aa /doc/build-windows.md | |
parent | 4b4e9486af9a9b46997ebb579c58bf8d5f83a276 (diff) |
Fix typos
Diffstat (limited to 'doc/build-windows.md')
-rw-r--r-- | doc/build-windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 12adadacdc..8c4b79bebc 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -133,7 +133,7 @@ Installation ------------- After building using the Windows subsystem it can be useful to copy the compiled -executables to a directory on the windows drive in the same directory structure +executables to a directory on the Windows drive in the same directory structure as they appear in the release `.zip` archive. This can be done in the following way. This will install to `c:\workspace\bitcoin`, for example: |