Skip to content

Commit 41e1819

Browse files
Merge pull request appwrite#1364 from appwrite/feat-update-readme
feat(docs): update version in readme
2 parents 426dad9 + 46b109b commit 41e1819

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![Build Status](https://img.shields.io/travis/com/appwrite/appwrite?style=flat-square)](https://travis-ci.com/appwrite/appwrite)
1616
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite_io?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite_io)
1717

18-
[**Appwrite 0.8 has been released! Learn what's new!**](https://dev.to/appwrite/announcing-appwrite-0-8-an-open-source-self-hosted-baas-kda)
18+
[**Appwrite 0.9 has been released! Learn what's new!**](https://dev.to/appwrite/announcing-appwrite-0-8-an-open-source-self-hosted-baas-kda)
1919

2020
Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker<nobr> microservices. Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.
2121

@@ -56,7 +56,7 @@ docker run -it --rm \
5656
--volume /var/run/docker.sock:/var/run/docker.sock \
5757
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
5858
--entrypoint="install" \
59-
appwrite/appwrite:0.8.0
59+
appwrite/appwrite:0.9.0
6060
```
6161

6262
### Windows
@@ -68,7 +68,7 @@ docker run -it --rm ^
6868
--volume //var/run/docker.sock:/var/run/docker.sock ^
6969
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
7070
--entrypoint="install" ^
71-
appwrite/appwrite:0.8.0
71+
appwrite/appwrite:0.9.0
7272
```
7373

7474
#### PowerShell
@@ -78,7 +78,7 @@ docker run -it --rm ,
7878
--volume /var/run/docker.sock:/var/run/docker.sock ,
7979
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ,
8080
--entrypoint="install" ,
81-
appwrite/appwrite:0.8.0
81+
appwrite/appwrite:0.9.0
8282
```
8383

8484
Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-linux native hosts, the server might take a few minutes to start after installation completes.

0 commit comments

Comments
 (0)