Skip to content

Commit

Permalink
docs: added sections on install errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Jun 5, 2017
1 parent 2f617c5 commit 6c22c4a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,10 @@ go install github.com/ory/hydra
hydra
```

**Note:** We changed organization name from `ory-am` to `ory`. In order to keep backwards compatibility, we did not
rename Go packages.
**Notes**

* We changed organization name from `ory-am` to `ory`. In order to keep backwards compatibility, we did not rename Go packages.
* You can ignore warnings similar to `package github.com/ory/hydra/cmd/server: case-insensitive import collision: "github.com/Sirupsen/logrus" and "github.com/sirupsen/logrus"`.

## Security

Expand Down Expand Up @@ -248,6 +250,11 @@ Then run it with in-memory database:
DATABASE_URL=memory go run main.go host
```

**Notes**

* We changed organization name from `ory-am` to `ory`. In order to keep backwards compatibility, we did not rename Go packages.
* You can ignore warnings similar to `package github.com/ory/hydra/cmd/server: case-insensitive import collision: "github.com/Sirupsen/logrus" and "github.com/sirupsen/logrus"`.

## Reception

Hydra has received a lot of positive feedback. Let's see what the community is saying:
Expand Down

0 comments on commit 6c22c4a

Please sign in to comment.