浏览代码

feat: Uninstall example added

Vaclav Elias 2 年之前
父节点
当前提交
7396681214
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      wiki/Installation.md

+ 7 - 0
wiki/Installation.md

@@ -57,6 +57,13 @@ Install a specific version of docfx
 dotnet tool update -g docfx --version 2.67.0
 ```
 
+Uninstall docfx if you need to downgrade
+
+
+```
+dotnet tool uninstall -g docfx
+```
+
 # Running the Development Server
 
 We've created a PowerShell script [BuildDocs.ps1](https://github.com/VaclavElias/stride-docs-next/blob/main/BuildDocs.ps1) with a context menu where you can select the language, include the API build, and run the development server.