File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- metacpan-explorer
2- =================
1+ # metacpan-explorer
32
4- ## Updating Submodules
3+ ## Clone
54
65This repo includes Bootstrap as a submodule,
76so after cloning (or pulling) make sure your submodule is up to date:
87
9- git submodule init && git submodule update
8+ ```
9+ git clone https://github.com/metacpan/metacpan-explorer.git
10+ git submodule init && git submodule update
11+ ```
1012
1113## Docker Development
1214
1315###Build an image:
1416
15- ` docker build -t metacpan/explorer-web-app . `
17+ ` docker build -t metacpan/metacpan-explorer . `
1618
1719###Run your image:
1820
19- ` docker run -p 8080:8080 -d metacpan/explorer-web-app `
21+ ` docker run -p 8080:8080 metacpan/metacpan-explorer `
2022
2123###View in your browser:
2224
You can’t perform that action at this time.
0 commit comments