We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3515c83 commit 67837c0Copy full SHA for 67837c0
README.md
@@ -12,10 +12,17 @@
12
## Getting Started
13
Please see the [Martian Documentation](http://martian-lang.org).
14
15
-This repo includes vendored third-party code as submodules, so it must be git cloned recursively:
16
-
+```sh
+$ 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
19
```
20
+
21
+Alternatively,
22
23
$ git clone https://github.com/martian-lang/martian.git --recursive
24
+$ cd martian
25
+$ make
26
27
28
## Copyright and License
0 commit comments