Переглянути джерело

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.