Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwoo authored Feb 3, 2019
1 parent 0888438 commit 0993298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
2. Navigate to the directory where you have the input files.
3. Run RePlAce container:

docker run -it -v $(pwd):/data openroad/replace bash
docker run -it -v $(pwd):/data openroad/replace bash

4. From the interactive bash terminal, use RePlAce scripts which reside under `/RePlAce`. You can read input files from `/data` directory inside the docker container - which mirrors the host machine directory you are in.

The Docker image is self-contained and includes everything that RePlAce needs to work properly.
* The Docker image is self-contained and includes everything that RePlAce needs to work properly.

## Install on a bare-metal machine

Expand Down

0 comments on commit 0993298

Please sign in to comment.