Skip to content

Commit 67837c0

Browse files
authored
Correct checkout/build instructions
go get now works.
1 parent 3515c83 commit 67837c0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@
1212
## Getting Started
1313
Please see the [Martian Documentation](http://martian-lang.org).
1414

15-
This repo includes vendored third-party code as submodules, so it must be git cloned recursively:
16-
15+
```sh
16+
$ go get github.com/martian-lang/martian/cmd/mrp
17+
$ go install github.com/martian-lang/martian/cmd/...
18+
$ cd ${GOPATH}/src/github.com/martian-lang/martian/web && npm install && gulp
1719
```
20+
21+
Alternatively,
22+
```sh
1823
$ git clone https://github.com/martian-lang/martian.git --recursive
24+
$ cd martian
25+
$ make
1926
```
2027

2128
## Copyright and License

0 commit comments

Comments
 (0)