Skip to content

Commit

Permalink
tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaof committed Jun 7, 2022
1 parent d9b3cb7 commit 1f4e928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"restructuredtext.confPath": "${workspaceFolder}/docs",
"esbonio.server.enabled": true,
"esbonio.sphinx.confDir": "${workspaceFolder}\\docs"
}
"esbonio.sphinx.confDir": "${workspaceFolder}/docs"
}
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ linux system in Windows, please `check Install Windows Subsystem for Linux (WSL)

Another option is to run the App directly in Windows, steps are also similar, assume you are using PowerShell.

1. install nodejs: (it's optional to check `install necessary tools`)
1. install nodejs: (you may need check `install necessary tools`)

.. image:: _static/win1.png

Expand Down

0 comments on commit 1f4e928

Please sign in to comment.