Skip to content

Commit cf6eb31

Browse files
Revert install without git
Using docker to checkout the repository without git won’t work unless mounting the current directory. Which is difficult to make cross platform. Which is the reason for creating dockerized in the first place.
1 parent 414ce93 commit cf6eb31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ dockerized <command>
4848

4949
## Installation
5050

51-
- Make sure [Docker](https://docs.docker.com/get-docker/) is installed on your machine.
51+
- Make sure [Git](https://git-scm.com/downloads) and [Docker](https://docs.docker.com/get-docker/) are installed on your machine.
5252
- Clone this repo anywhere. For example into your home directory:
5353
```shell
54-
docker run --rm -it alpine/git clone https://github.com/datastack-net/dockerized.git
54+
git clone https://github.com/datastack-net/dockerized.git
5555
```
5656
- Add the `dockerized/bin` directory to your `PATH`:
5757
- Linux / MacOS:

0 commit comments

Comments
 (0)