Skip to content

Commit eb6759b

Browse files
Merge pull request #4 from BhautikChudasama/bhtk/readme-change
docs(README): Update `README`, and rename readme files
2 parents 3927855 + f8404cb commit eb6759b

File tree

7 files changed

+9
-3
lines changed

7 files changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,16 @@ dockerized <command>
4747

4848
## Installation
4949

50-
- Install [Docker](https://docs.docker.com/get-docker/)
51-
- Clone this repo anywhere: `git clone [email protected]:datastack-net/dockerized.git`
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
52+
```shell
53+
git clone [email protected]:datastack-net/dockerized.git
54+
```
5255
- Add the `bin` directory to your path
56+
```bash
57+
# In the linux systems
58+
export PATH=$PATH:`pwd`/bin
59+
```
5360

5461
## Usage
5562

@@ -153,4 +160,3 @@ As an alternative, you can create a `dockerized.env` file in the current directo
153160
- It's not currently possible to access parent directories. (i.e. `dockerized tree ../dir` will not work)
154161
- Workaround: Execute the command from the parent directory. (i.e. `cd .. && dockerized tree dir`)
155162
- Commands will not persist changes outside the working directory, unless specifically supported by `dockerized`.
156-
-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)