Skip to content

Commit dab90bf

Browse files
authored
Update README.md
1 parent 50c80c9 commit dab90bf

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CodiMD
22
===
33

4-
[![#CodiMD on matrix.org][matrix.org-image]][matrix.org-url]
54
[![build status][travis-image]][travis-url]
65
[![version][github-version-badge]][github-release-page]
76
[![POEditor][poeditor-image]][poeditor-url]
@@ -24,8 +23,6 @@ Thanks for using! :smile:
2423
- [Instructions](#instructions)
2524
- [Heroku Deployment](#heroku-deployment)
2625
- [Kubernetes](#kubernetes)
27-
- [CodiMD by docker container](#codimd-by-docker-container)
28-
- [Cloudron](#cloudron)
2926
- [Upgrade](#upgrade)
3027
- [Native setup](#native-setup)
3128
- [Configuration](#configuration)
@@ -83,7 +80,7 @@ Just to more confusion: We are still friends with HackMD :heart:
8380
7. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema
8481
8. Run the server as you like (node, forever, pm2)
8582

86-
To stay up to date with your installation it's recommended to join our [Matrix channel][matrix.org-url] or subscribe to the [release feed][github-release-feed].
83+
To stay up to date with your installation it's recommended to subscribe the [release feed][github-release-feed].
8784

8885
## Heroku Deployment
8986

@@ -99,19 +96,10 @@ To install use `helm install stable/hackmd`.
9996

10097
For all further details, please check out the offical CodiMD [K8s helm chart](https://github.com/kubernetes/charts/tree/master/stable/hackmd).
10198

102-
## CodiMD by docker container
103-
[![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://github.com/hackmdio/codimd-container/raw/master/docker-compose.yml&stack_name=codimd)
104-
105-
10699
**Debian-based version:**
107100

108101
[![latest](https://images.microbadger.com/badges/version/hackmdio/hackmd:latest.svg)](https://microbadger.com/images/hackmdio/hackmd "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/hackmdio/hackmd:latest.svg)](https://microbadger.com/images/hackmdio/hackmd "Get your own image badge on microbadger.com")
109102

110-
111-
**Alpine-based version:**
112-
113-
[![alpine](https://images.microbadger.com/badges/version/hackmdio/hackmd:alpine.svg)](https://microbadger.com/images/hackmdio/hackmd:alpine "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/hackmdio/hackmd:alpine.svg)](https://microbadger.com/images/hackmdio/hackmd:alpine "Get your own image badge on microbadger.com")
114-
115103
The easiest way to setup CodiMD using docker are using the following three commands:
116104

117105
```console
@@ -121,12 +109,6 @@ docker-compose up
121109
```
122110
Read more about it in the [container repository…](https://github.com/hackmdio/codimd-container)
123111

124-
## Cloudron
125-
126-
Install CodiMD on [Cloudron](https://cloudron.io):
127-
128-
[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=io.hackmd.cloudronapp)
129-
130112
# Upgrade
131113

132114
## Native setup
@@ -142,7 +124,7 @@ If you are upgrading CodiMD from an older version, follow these steps:
142124
6. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema
143125
7. Start your whole new server!
144126

145-
To stay up to date with your installation it's recommended to join our [Matrix channel][matrix.org-url] or subscribe to the [release feed][github-release-feed].
127+
To stay up to date with your installation it's recommended to subscribe the [release feed][github-release-feed].
146128

147129
* **migrate-to-1.1.0**
148130

@@ -371,8 +353,6 @@ See more at [http://operational-transformation.github.io/](http://operational-tr
371353

372354
**License under AGPL.**
373355

374-
[matrix.org-image]: https://img.shields.io/badge/Matrix.org-%23CodiMD@matrix.org-green.svg
375-
[matrix.org-url]: https://riot.im/app/#/room/#codimd:matrix.org
376356
[travis-image]: https://travis-ci.org/hackmdio/codimd.svg?branch=master
377357
[travis-url]: https://travis-ci.org/hackmdio/codimd
378358
[github-version-badge]: https://img.shields.io/github/release/hackmdio/codimd.svg

0 commit comments

Comments
 (0)