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
Copy file name to clipboardExpand all lines: README.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,29 +30,6 @@ dotnet publish -c Release
30
30
31
31
After building the application, you will want to add the folder containing the GitContentSearch.exe (or equivalent for your operating system) to your PATH environment variable. This allows you to run the tool from any directory in your command line.
32
32
33
-
* On Windows:
34
-
* Find the folder where the executable is located, typically in the bin/Release/netX.X/publish directory inside the project folder.
35
-
* Open the System Properties and go to Environment Variables.
36
-
* In the System variables section, find the Path variable and click Edit.
37
-
* Add the full path to the folder containing the executable.
38
-
39
-
* On macOS/Linux:
40
-
41
-
* Open your terminal and edit your shell profile file (.bashrc, .zshrc, or .profile):
42
-
```bash
43
-
nano ~/.bashrc
44
-
```
45
-
46
-
* Add the following line to include the folder in your PATH:
0 commit comments