We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0013be6 commit 3eed39aCopy full SHA for 3eed39a
README.md
@@ -2,10 +2,14 @@
2
3
Language: Go (Golang)
4
5
-A tool for scraping repositories using Golang and GitHub API v3.
+A tool for scraping repositories using Golang and GitHub API v3. Assumes you're running Linux or OSX.
6
+
7
+#### Setup/ Dependencies
8
9
+[Install MongoDB](https://golang.org/doc/install)
10
11
+[Install MongoDB](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/)
12
-#### Setup
-Assumes you're running Linux or OSX, and have Golang and MongoDB installed.
13
Install Exuberant Ctags:
14
```sh
15
sudo apt install exuberant-ctags
0 commit comments