Skip to content

Commit c259d57

Browse files
committed
contributing: describe first steps
1 parent 57710ee commit c259d57

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
# Hacking
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://www.tarantool.io/en/download/) to run tests.

0 commit comments

Comments
 (0)