Skip to content

Commit

Permalink
Minor Windows updates to the Getting Started guide
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 21, 2018
1 parent 0a713e6 commit 6f72ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2018-09-10T19:31:29.607272"
"last_deploy": "2018-09-21T13:44:12.170723"
}
3 changes: 2 additions & 1 deletion stories/getting-started.html
Expand Up @@ -43,9 +43,10 @@ <h3><i class="fab fa-windows"></i> Windows support</h3>
<li>the concept of HDD partitions and letters (instead of seamless mounting under one root)</li>
<li>some characters in paths are disallowed</li>
<li>CR+LF (aka <code class="gs-code">\r\n</code>) as the line separator (instead of LF <code class="gs-code">\n</code>)</li>
<li>Certain OS and Python features being unavailable under Windows</li>
</ul>
</li>
<li>Most of our developers don’t run Windows on a daily basis and may not have the full knowledge required to resolve issues relating to Windows.</li>
<li>Most of our developers don’t run Windows on a daily basis and may not have the full knowledge required to resolve issues relating to Windows. That said, we <em>do</em> run the test suite on Linux, macOS and Windows on a regular basis.</li>
</ol>
</div>
<div id="installMac">
Expand Down

0 comments on commit 6f72ab7

Please sign in to comment.