Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dray92 committed Aug 21, 2024
1 parent 0d0eb2d commit d917e65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ This project is a Go application designed to generate sitemaps for websites. It
- Additional URLs: Allows inclusion of additional URLs in the sitemap.
- Verbose Mode: Provides detailed output for debugging and monitoring.

## Install binary

```
curl -L -o sitemap-generator \
https://github.com/devzero-inc/sitemap-generator/releases/latest/download/sitemap-generator-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') && \
chmod +x sitemap-generator
mv sitemap-generator /usr/local/bin/sitemap-generator
# or
sudo mv sitemap-generator /usr/local/bin/sitemap-generator
```

## Prerequisites
Go programming language (version 1.22 or later)

Expand Down

0 comments on commit d917e65

Please # to comment.