Skip to content

Commit 750fd35

Browse files
committed
update README.md
1 parent 2fcd733 commit 750fd35

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Webite: pigsty.io](https://img.shields.io/badge/website-pigsty.io-slategray?style=flat&logo=cilium&logoColor=white)](https://pigsty.io)
44
[![Docs](https://img.shields.io/badge/docs-slategray?style=flat&logo=cilium&logoColor=white)](https://pigsty.io/docs)
5-
[![Version: v3.3.0](https://img.shields.io/badge/version-v3.3.0-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/pgsty/pigsty/releases/tag/v3.3.0)
5+
[![Version: v3.4.0](https://img.shields.io/badge/version-v3.4.0-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/pgsty/pigsty/releases/tag/v3.4.0)
66
[![License: AGPLv3](https://img.shields.io/github/license/pgsty/pigsty?logo=opensourceinitiative&logoColor=green&color=slategray)](https://pigsty.io/docs/about/license/)
77
[![GitHub Stars](https://img.shields.io/github/stars/pgsty/pigsty?style=flat&logo=github&logoColor=black&color=slategray)](https://star-history.com/#pgsty/pigsty&Date)
88
[![Extensions: 405](https://img.shields.io/badge/extensions-405-%233E668F?style=flat&logo=postgresql&logoColor=white&labelColor=3E668F)](https://pigsty.io/ext/list)
@@ -13,7 +13,7 @@ Battery-Included, Local-First **PostgreSQL** Distribution as a Free & Better **R
1313
1414
[Website](https://pigsty.io/) | [Org](https://github.com/pgsty) | [Docs](https://pigsty.io/docs/) | [Extensions](https://pigsty.io/ext/) | [Values](https://pigsty.io/about/values) | [Demo](https://demo.pigsty.cc) | [Blog](https://pigsty.io/blog) | [Discuss](https://github.com/orgs/pgsty/discussions) | [Support](https://pigsty.io/price) | [中文站点](https://pigsty.cc) | [博客](https://pigsty.cc/blog)
1515

16-
[**Get Started**](https://pigsty.io/docs/setup/install/) with the latest [**v3.3.0**](https://github.com/pgsty/pigsty/releases/tag/v3.3.0): `curl -fsSL https://repo.pigsty.io/get`
16+
[**Get Started**](https://pigsty.io/docs/setup/install/) with the latest [**v3.4.0**](https://github.com/pgsty/pigsty/releases/tag/v3.4.0): `curl -fsSL https://repo.pigsty.io/get`
1717

1818
[![pigsty-desc](https://pigsty.io/img/pigsty/banner.en.jpg)](https://pigsty.io)
1919

@@ -101,20 +101,20 @@ pig sty install # run the install.yml playbook
101101

102102
```
103103
$ curl -fsSL https://repo.pigsty.io/get | bash
104-
[v3.3.0] ===========================================
104+
[v3.4.0] ===========================================
105105
$ curl -fsSL https://repo.pigsty.io/get | bash
106106
[Site] https://pigsty.io
107107
[Demo] https://demo.pigsty.cc
108108
[Repo] https://github.com/pgsty/pigsty
109109
[Docs] https://pigsty.io/docs/setup/install
110110
[Download] ===========================================
111-
[ OK ] version = v3.3.0 (from default)
112-
curl -fSL https://repo.pigsty.io/src/pigsty-v3.3.0.tgz -o /tmp/pigsty-v3.3.0.tgz
111+
[ OK ] version = v3.4.0 (from default)
112+
curl -fSL https://repo.pigsty.io/src/pigsty-v3.4.0.tgz -o /tmp/pigsty-v3.4.0.tgz
113113
######################################################################## 100.0%
114-
[ OK ] md5sums = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /tmp/pigsty-v3.3.0.tgz
114+
[ OK ] md5sums = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /tmp/pigsty-v3.4.0.tgz
115115
[Install] ===========================================
116116
[WARN] os user = root , it's recommended to install as a sudo-able admin
117-
[ OK ] install = /root/pigsty, from /tmp/pigsty-v3.3.0.tgz
117+
[ OK ] install = /root/pigsty, from /tmp/pigsty-v3.4.0.tgz
118118
[TodoList] ===========================================
119119
cd /root/pigsty
120120
./bootstrap # [OPTIONAL] install ansible & use offline package
@@ -126,7 +126,7 @@ cd /root/pigsty
126126
> HINT: To install a specific version, pass the version string as the first parameter:
127127
>
128128
> ```bash
129-
> curl -fsSL https://repo.pigsty.io/get | bash -s v3.3.0
129+
> curl -fsSL https://repo.pigsty.io/get | bash -s v3.4.0
130130
> ```
131131
132132
</details>
@@ -137,7 +137,7 @@ cd /root/pigsty
137137
You can also download the pigsty source with `git`, remember to check out a specific version tag, the `main` branch is for development.
138138
139139
```bash
140-
git clone https://github.com/pgsty/pigsty; cd pigsty; git checkout v3.3.0
140+
git clone https://github.com/pgsty/pigsty; cd pigsty; git checkout v3.4.0
141141
```
142142
143143
</details>

0 commit comments

Comments
 (0)