Skip to content

Commit

Permalink
git clone comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Jul 17, 2022
1 parent e76ac5a commit 37e7cc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ go get github.com/elliotwutingfeng/go-fasttld
First, build the CLI application.

```sh
# `cd` to the go-fasttld repository folder first
# `git clone` and `cd` to the go-fasttld repository folder first
make build_cli
```

Afterwards, try extracting subcomponents from a URL.

```sh
# `cd` to the go-fasttld repository folder first
# `git clone` and `cd` to the go-fasttld repository folder first
./dist/fasttld extract https://[email protected]:5000/a/b\?id\=42
```

Expand All @@ -44,7 +44,7 @@ Afterwards, try extracting subcomponents from a URL.
All of the following examples can be found at `examples/demo.go`. To run the demo, use the following command:

```sh
# `cd` to the go-fasttld repository folder first
# `git clone` and `cd` to the go-fasttld repository folder first
make demo
```

Expand Down Expand Up @@ -221,14 +221,14 @@ if _, err := extractor.Extract(fasttld.URLParams{URL: url}); err != nil {
## Testing

```sh
# `cd` to the go-fasttld repository folder first
# `git clone` and `cd` to the go-fasttld repository folder first
make tests
```

## Benchmarks

```sh
# `cd` to the go-fasttld repository folder first
# `git clone` and `cd` to the go-fasttld repository folder first
make bench
```

Expand Down

0 comments on commit 37e7cc0

Please sign in to comment.