Skip to content

Commit

Permalink
make: docs: update README.md index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Apr 13, 2023
1 parent 5744385 commit 4fb01ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,6 @@ brew install make docker docker-compose
```shell
git clone https://github.com/RandyMcMillan/docker.shell.git ~/docker.shell && \
cd docker.shell && \
make shell user=root
make shell user=root && make ubuntu user=root
```

## centos

```shell
make centos user=root
```
## centos7

```shell
make centos7 user=root
```
## fedora33

```shell
make fedora33 user=root
```
## fedora34

```shell
make fedora34 user=root
```
22 changes: 1 addition & 21 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,6 @@ brew install make docker docker-compose
```shell
git clone https://github.com/RandyMcMillan/docker.shell.git ~/docker.shell && \
cd docker.shell && \
make shell user=root
make shell user=root && make ubuntu user=root
```

## centos

```shell
make centos user=root
```
## centos7

```shell
make centos7 user=root
```
## fedora33

```shell
make fedora33 user=root
```
## fedora34

```shell
make fedora34 user=root
```

0 comments on commit 4fb01ee

Please sign in to comment.