Skip to content

Commit 00fa6db

Browse files
Create README.md
1 parent 93adbbb commit 00fa6db

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# RegexFileSearcher
2+
Cross-platform regex file searching tool in .NET Core
3+
![](https://github.com/CommonLoon102/RegexFileSearcher/blob/master/image/screenshot.png?raw=true)
4+
# Running
5+
## Windows
6+
- Start the app with `RegexFileSearcher.Wpf.exe`
7+
## Linux
8+
- Install the .NET Core Runtime
9+
- Start the app from the terminal with `dotnet RegexFileSearcher.Gtk.dll`
10+
# Compiling
11+
## Windows
12+
- Download and open the repo in Visual Studio 2019
13+
- Publish `RegexFileSearcher.Wpf`
14+
## Linux
15+
- Install the .NET Core SDK
16+
- You need to have GTK3 installed too
17+
- Git clone
18+
- Publish with `dotnet publish RegexFileSearcher/RegexFileSearcher.Gtk/RegexFileSearcher.Gtk.csproj --configuration Release --output publish --self-contained false --runtime linux-x64 --framework netcoreapp3.1`

0 commit comments

Comments
 (0)