Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 92f9948

Browse files
authored
Make readme easier
1 parent 2a9d148 commit 92f9948

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ What I use to build `jmtd/debian:*` docker images on the Docker registry.
2121

2222
## Getting started
2323

24-
To build your own images, clone this repo, cd to the local path and run
24+
To build your own images run
2525

26-
```
26+
```bash
27+
sudo apt-get install git make debootstrap
28+
git clone https://github.com/jmtd/debian-docker.git
29+
cd debian-docker/
2730
sudo make release=jessie prefix=jmtd arch=amd64 mirror=http://httpredir.debian.org/debian/
2831
```
2932

0 commit comments

Comments
 (0)