Skip to content

Commit 9026fdd

Browse files
authored
Update README.md
1 parent 992c1c1 commit 9026fdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ A high-performance CLI tool for archiving PostgreSQL partitioned table data to S
5858
## 🔧 Installation
5959

6060
```bash
61-
git clone https://github.com/airframes/postgresql-archiver.git
61+
git clone https://github.com/airframesio/postgresql-archiver.git
6262
cd postgresql-archiver
6363
go build -o postgresql-archiver
6464
```
6565

6666
Or install directly:
6767

6868
```bash
69-
go install github.com/airframes/postgresql-archiver@latest
69+
go install github.com/airframesio/postgresql-archiver@latest
7070
```
7171

7272
## 🚀 Quick Start
@@ -574,4 +574,4 @@ Built with these awesome libraries:
574574
- [Viper](https://github.com/spf13/viper) - Configuration management
575575
- [klauspost/compress](https://github.com/klauspost/compress) - Fast zstd compression
576576
- [AWS SDK for Go](https://github.com/aws/aws-sdk-go) - S3 integration
577-
- [Gorilla WebSocket](https://github.com/gorilla/websocket) - WebSocket implementation
577+
- [Gorilla WebSocket](https://github.com/gorilla/websocket) - WebSocket implementation

0 commit comments

Comments
 (0)