Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored Sep 12, 2024
1 parent 0e01106 commit c36c8c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,12 @@ Installation
$ bin/mwrun --list-plugins
$ bin/mwrun ShipStream_Test --list-actions
$ bin/mwrun ShipStream_Test update_ip
```
Agent 007's IP is x.x.x.x, last updated at 2020-01-19T14:41:23+00:00.
```

The source code for the `ShipStream_Test` plugin will be located at `.modman/plugin-test`.
The source code for the `ShipStream_Test` plugin will be located at `.modman/plugin-test` because the `bin/modman clone ...`
command effectively performs `(cd .modman; git clone ...); bin/modman deploy ...`. The `modman` utility creates the symlinks
as defined in the module's `modman` file so your repository files can all stay in one place for easy git workflows.

### Advanced

Expand Down

0 comments on commit c36c8c9

Please sign in to comment.