瀏覽代碼

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
 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
 # 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.
 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.