Skip to content

Commit

Permalink
Merge pull request #1 from da0p/feature/daoph/Add-README
Browse files Browse the repository at this point in the history
[DR] Feat: Update README.md
  • Loading branch information
da0p authored Aug 11, 2024
2 parents be12549 + d662ec5 commit eee82f3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# DNS resolver

[![Build Status](https://github.com/da0p/dns_resolver/actions/workflows/ci.yml/badge.svg)](https://github.com/dns_resolver/dns_resolver/actions)

Resolving a host name following [RFC-1035](https://datatracker.ietf.org/doc/html/rfc1035)

# Installation

- Download or clone the project
- In the project directory, run
```rust
cargo build
```
- In order to resolve a host name, run
```rust
cargo run -- HOST_NAME
```
- In order to run the test
```rust
cargo test
```

0 comments on commit eee82f3

Please sign in to comment.