Skip to content

Commit b49f429

Browse files
committed
Minor: update FanoutSearch.Server
1 parent acffa18 commit b49f429

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/Modules/LIKQ/FanoutSearch.Server/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static IEnumerable<long> Indexer(object _queryObj, string type)
5151

5252
private static void Usage()
5353
{
54-
Console.WriteLine("usage: FanoutSearch.Server.exe tsl_assembly_file [storage_root]");
54+
Console.WriteLine("usage: FanoutSearch.Server tsl_assembly_file [storage_root]");
5555
}
5656
}
5757
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Instructions for building and running FanoutSearch.Server
2+
3+
- Build the required NuGet packages by running `tools/build.ps1` in the root directory of this repository if you haven't done so.
4+
- cd `src/Modules/LIKQ/FanoutSearch.Server`
5+
- Run `dotnet restore`
6+
- Run `dotnet build --configuration Release`
7+
- Run `dotnet run --framework net7.0 --property:Configuration=Release --no-build -- --help`

0 commit comments

Comments
 (0)