File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 8
8
src="https://img.shields.io/travis/schollz/rwtxt.svg?style=flat-square "
9
9
alt="Build Status"></a > <a
10
10
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 "
12
12
alt="Version"></a > </p >
13
13
14
14
<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"
71
71
$ rwtxt
72
72
```
73
73
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
+
74
90
## Notice
75
91
76
92
By using [ rwtxt.com] ( https://rwtxt.com ) you agree to the [ terms of service] ( https://rwtxt.com/rwtxt/terms-of-service ) .
You can’t perform that action at this time.
0 commit comments