Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
narendasan authored Apr 25, 2017
1 parent 5a7a8df commit a21e124
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,32 +63,12 @@ AS OF 10/28/15

All secret data should be kept in a file called config.go in the config directory

Install Dependencies [First time setup]

### Install
```sh
go get github.com/gorilla/mux

go get github.com/boltdb/bolt

go get github.com/kennygrant/sanitize

go install github.com/gorilla/mux

go install github.com/boltdb/bolt

go install github.com/kennygrant/sanitize
go get -u github.com/acm-uiuc/arbor/...
```

install packages

```sh
go install github.com/acm-uiuc/arbor/proxy

go install github.com/acm-uiuc/arbor/services

go install github.com/acm-uiuc/arbor/security

go install github.com/acm-uiuc/arbor/server
```

run the server
Expand Down

0 comments on commit a21e124

Please sign in to comment.