Skip to content

Commit

Permalink
doc(readme): #10 add Makefile doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-delaloy committed Apr 9, 2021
1 parent fd4de4d commit 13d4f29
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt update ; apt install -y software-properties-common gnupg2 shellcheck

COPY . .

CMD [ "bash"]
CMD [ "bash", "woo.sh" ]
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,27 @@ A **prompt will be displayed**, and depending on the _number_ you enter, an **ac

![woosh](assets/prompt.png)

## III - Test
## III - Development

You can test some **Woosh**'s features in a _remote Ubuntu machine_, to avoid **overwriting your local configuration**, by using Makefile.


### A - Start

> Start woo.sh in a Ubuntu environment

```bash
make start
```

### B - Lint

> Start shellcheck lint
You can test some **Woosh**'s features in a _remote Ubuntu machine_, to avoid **overwriting your local configuration**, by using Docker.

```bash
docker build -t woosh . ; docker run --rm -it woosh
make start
```

## IV - License
Expand Down

0 comments on commit 13d4f29

Please sign in to comment.