Skip to content

Commit 414ce93

Browse files
Docs - Installation without git
1 parent eb6759b commit 414ce93

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,26 @@ dockerized <command>
4141
- pip
4242
- python
4343
- python2
44+
- ruby
4445
- Unix
4546
- tree
4647

4748

4849
## Installation
4950

50-
- Make sure [Git](https://git-scm.com/downloads), and [Docker](https://docs.docker.com/get-docker/) has installed on your machine.
51-
- Clone this repo anywhere by using
51+
- Make sure [Docker](https://docs.docker.com/get-docker/) is installed on your machine.
52+
- Clone this repo anywhere. For example into your home directory:
5253
```shell
53-
git clone [email protected]:datastack-net/dockerized.git
54-
```
55-
- Add the `bin` directory to your path
56-
```bash
57-
# In the linux systems
58-
export PATH=$PATH:`pwd`/bin
54+
docker run --rm -it alpine/git clone https://github.com/datastack-net/dockerized.git
5955
```
56+
- Add the `dockerized/bin` directory to your `PATH`:
57+
- Linux / MacOS:
58+
```bash
59+
export PATH="$PATH:$HOME/dockerized/bin"
60+
```
61+
- Windows
62+
> See: [How to add a folder to `PATH` environment variable in Windows 10](https://stackoverflow.com/questions/44272416)
63+
6064

6165
## Usage
6266

0 commit comments

Comments
 (0)