From ceec297118b224a398063ca6d3e33ce26c8daa66 Mon Sep 17 00:00:00 2001 From: Michele Bologna Date: Tue, 15 Jan 2019 20:00:13 +0100 Subject: [PATCH] Docs: remove outdated 'Install' section --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 415226b..32a4a82 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,6 @@ In addition to the [Bitlbee's out of the box supported protocols](https://wiki.b * buildpack-deps/stretch-curl -## Installation - -1. Install [Docker](https://www.docker.com/). - -2. Download [automated build](https://registry.hub.docker.com/u/mbologna/docker-bitlbee/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull mbologna/docker-bitlbee` - - (alternatively, you can build an image from Dockerfile: `docker build -t="mbologna/docker-bitlbee" github.com/mbologna/docker-bitlbee`) - ## Usage 1. (Optional) Customize bitlbee configuration file in `etc/bitlbee/bitlbee.conf` @@ -49,3 +41,7 @@ In addition to the [Bitlbee's out of the box supported protocols](https://wiki.b 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request + +## Building + +You can build a bitlbee image from Dockerfile: `docker build -t="mbologna/docker-bitlbee" github.com/mbologna/docker-bitlbee`