Skip to content

Commit

Permalink
improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Jul 26, 2018
1 parent be83002 commit 1c2beb0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[here](https://github.com/espeak-ng/espeak-ng/).

* Then download and install the `phonemizer` from
[github](https://github.com/bootphon/phonemizer) with:
[github](https://github.com/bootphon/phonemizer) with:

$ git clone https://github.com/bootphon/phonemizer
$ cd phonemizer
Expand All @@ -49,17 +49,21 @@
setuptools` during installation, refeer to [issue
11](https://github.com/bootphon/phonemizer/issues/11).

* Alternatively you can run the phonemizer within docker, using the
provided `Dockerfile`. To build the docker image, have a:
## Docker image

sudo docker build -t phonemizer .
Alternatively you can run the phonemizer within docker, using the
provided `Dockerfile`.

Then run an interactive session with:
To build the docker image, have a:

sudo docker run -it phonemizer /bin/bash
sudo docker build -t phonemizer .

Then run an interactive session with:

## Command-line exemples
sudo docker run -it phonemizer /bin/bash


## Command-line examples

For a complete list of available options, have a:

Expand Down

0 comments on commit 1c2beb0

Please sign in to comment.