Skip to content

Commit

Permalink
Update README.md to reflect changes from AoT
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikwidlund committed Jan 18, 2025
1 parent 59dab58 commit 2c77749
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,10 @@ The built files will be put in the `artifacts` directory, in the root of the rep

### Prerequisites

1. [dotnet 9 runtime](https://dotnet.microsoft.com/download/dotnet/9.0).
2. Downloaded binaries or binaries built from source code.
You'll need downloaded binaries or binaries built from source code.

Run the following (if you built from source code, this will be in `artifacts` directory, in the root of the repository):

```sh
dotnet HostsParser.dll
```

The program creates the `filter.txt` file in the same directory.
Execute the binary called HostsParser (if you built from source code, this will be in `artifacts` directory, in the root of the repository).
The program creates the `filter.txt` file in the same directory as the binary.

## Docker

Expand Down

0 comments on commit 2c77749

Please sign in to comment.