Skip to content

Commit

Permalink
Merge pull request #29 from airtonix/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Ph3nol authored Nov 14, 2017
2 parents 64e1fb4 + 49f746c commit 31da045
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Finally, use `.docker-arch/do` script, from the project, for somes actions:

To use the Docker image so fast, you can use these aliases/functions:

#### Unixy

``` bash
function docker-arch {
case "$1" in
Expand All @@ -63,6 +65,16 @@ function docker-arch {
}
```

#### Windows

```ps
// ~/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1
function docker-arch ([String] $Destination = $PWD) {
docker run --rm -it -v "${Destination}:/destination" ph3nol/docker-arch:latest generate /destination
}
```

## To do

* Improve documentation
Expand Down

0 comments on commit 31da045

Please sign in to comment.