You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Documentation/CreatingMods/PMFTool/InstallPMFTool.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
1) go to the latest release of pmf and download ```XGames105.PMFTool.1.0.0.nupkg ```
4
4
5
-
2) run ``` dotnet tool install XGames105.PMFTool --global --add-source path/to/the/DIRECTORY/where/XGames105.PMFTool.1.0.0.nupkg/is``` Note: --add-source is the path to the directory where XGames105.PMFTool.1.0.0.nupkg is not XGames105.PMFTool.1.0.0.nupkg itself Note: --global is optional if that is not set PMFTool will only be installed for the current project
5
+
2) run ``` dotnet tool install XGames105.PMFTool --global --add-source C:/full/path/to/the/DIRECTORY```
6
+
7
+
Note: --add-source is the path to the directory where XGames105.PMFTool.1.0.0.nupkg is not XGames105.PMFTool.1.0.0.nupkg itself
8
+
9
+
Note: --global is optional if that is not set PMFTool will only be installed for the current project
10
+
11
+
Note: To uninstall PMFTool run ```dotnet tool uninstall XGames105.PMFTool ```
6
12
7
13
3) got to the user directory (C:/User/YourName) and create a file called ```.pmftoolconfig``` and add this
0 commit comments