Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node version and licence details #730

Merged
merged 3 commits into from
Jul 30, 2017
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
$ npm install -g geddy
```

> **Note:**
> Make sure your installed node version is not v6 or higher, as Geddy will not function properly. This will be fixed in the, hopefully, soon future.
>
> Consider using '[nvm](https://github.com/creationix/nvm)' to help you manage your node versions.

#### Create an app, start it up:

```
Expand Down Expand Up @@ -49,9 +54,22 @@ https://www.digitalocean.com/community/articles/geddy-js-a-no-brainer-mvc-node-j

#### License

Apache License, Version 2
Copyright 2017. Geddy - Web-app development framework
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All our copyrights are listed as 2112, because of this: https://en.wikipedia.org/wiki/2112_(album)

Also, this means we don't have to keep going around keeping a copyright year number up to date. :)

Oh, and also I guess technically I do own the copyright, so it's not really necessary to change either of those lines.


Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

- - -
Geddy Web-app development framework copyright 2112
mde@fleegix.org.

mde@fleegix.org

:octocat: