Skip to content

Commit 675b5c4

Browse files
committed
contributing: describe first steps
Part of #123
1 parent e6a045e commit 675b5c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Contribution Guide
22

3+
## First steps
4+
5+
Clone the repository and install dependencies.
6+
7+
```sh
8+
$ git clone git@github.com:/tarantool/go-tarantool
9+
$ cd go-tarantool
10+
$ go get .
11+
```
12+
313
## Running tests
414

515
You need to [install Tarantool](https://tarantool.io/en/download/) to run tests.

0 commit comments

Comments
 (0)