Skip to content

Commit 602fdd2

Browse files
authored
Update README.md
1 parent f007940 commit 602fdd2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
src="https://img.shields.io/travis/schollz/rwtxt.svg?style=flat-square"
99
alt="Build Status"></a> <a
1010
href="https://github.com/schollz/rwtxt/releases/latest"><img
11-
src="https://img.shields.io/badge/version-1.4.1-brightgreen.svg?style=flat-square"
11+
src="https://img.shields.io/badge/version-1.4.2-brightgreen.svg?style=flat-square"
1212
alt="Version"></a> </p>
1313

1414
<p align="center">A cms for absolute minimalists. Try it at <a href="https://rwtxt.com/public">rwtxt.com</a>.</p>
@@ -71,6 +71,22 @@ $ export PATH="${PATH}:${GOPATH}/bin"
7171
$ rwtxt
7272
```
7373

74+
### Docker
75+
76+
You can also easily install and run with Docker.
77+
78+
```
79+
$ docker pull schollz/rwtxt
80+
```
81+
82+
Then run by using docker
83+
84+
```
85+
$ docker run -v /place/to/store/data:/data -p 8000:8152 schollz/rwtxt
86+
```
87+
88+
In this case `-p 8000:8152` will have rwtxt will be running on port 8000.
89+
7490
## Notice
7591

7692
By using [rwtxt.com](https://rwtxt.com) you agree to the [terms of service](https://rwtxt.com/rwtxt/terms-of-service).

0 commit comments

Comments
 (0)