Skip to content

Commit bc499c9

Browse files
committed
remove fluff in README
1 parent b26b891 commit bc499c9

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,6 @@ dotnet publish -c Release
3030

3131
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.
3232

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:
47-
```bash
48-
export PATH=$PATH:/path/to/your/git/repository/GitContentSearch/bin/Release/netX.X/publish
49-
```
50-
51-
* Save the file and run:
52-
```bash
53-
source ~/.bashrc
54-
```
55-
5633
## Usage
5734

5835
**1. Navigate to your Git directory**:

0 commit comments

Comments
 (0)