Skip to content

Commit

Permalink
Merge pull request #132 from JohannesKaufmann/move-cli-command
Browse files Browse the repository at this point in the history
move-cli-command
  • Loading branch information
JohannesKaufmann authored Dec 27, 2024
2 parents d904841 + bbb7d5b commit 14e6105
Show file tree
Hide file tree
Showing 63 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:

# Note: We only use goreleaser for the CLI,
# so we have to go into the "cli" directory.
dir: cli
dir: cli/html2markdown
binary: html2markdown

archives:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Binaries are automatically built via [GoReleaser](https://goreleaser.com/) and a
To build locally (requires Go):

```bash
go build -o html2markdown ./cli
go build ./cli/html2markdown
```

### Version
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cli/main.go → cli/html2markdown/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"os"

"github.com/JohannesKaufmann/html-to-markdown/v2/cli/cmd"
"github.com/JohannesKaufmann/html-to-markdown/v2/cli/html2markdown/cmd"
)

var (
Expand Down

0 comments on commit 14e6105

Please sign in to comment.