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 Nov 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/developer_guide.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,10 +120,26 @@ On macOS/Linux:
120
120
121
121
## Using local builds
122
122
123
-
The easiest way to use a custom build of tye is to `dotnet run -p <path to tye projet>`.
123
+
The easiest way to use a custom build of tye is to `dotnet run -p <path to tye projet>`.
124
124
125
-
If you want to install your build as a dotnet global tool, that is possible as well. Building the repo will create packages in the artifacts folder that can be used.
125
+
If you want to install your build as a dotnet global tool, that is possible as well with the following steps:
126
+
127
+
1. Building the repo and create packages in the artifacts folder that can be used
0 commit comments