diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-04-26 11:19:38 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-04-26 11:19:38 +0200 |
| commit | 12e79c874de230294d7b3af8d8f02c76da29fd37 (patch) | |
| tree | faeefdd86e3fb22e764fe85902e7997cf9571e30 | |
| parent | 9d8b2c74e57e1dd7aa31211fcbbfb7e7d1f97307 (diff) | |
instructions
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | views/partials/footer.ejs | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -24,7 +24,7 @@ Installing VValls ================= 1) Install mongodb, nodejs, npm (probably comes with node) and bower -2) `git clone git@github.com:okfocus/vvalls.git` +2) `git clone git@github.com:julescarbon/vvalls.git` 3) `cd vvalls ; git checkout subscriptions` 4) `npm install` 5) `bower install` diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index cc94bc4..c62f31e 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -17,9 +17,5 @@ <a href="/about/howto">How To</a> <a href="/about/terms">Terms</a> <a href="/about/privacy">Privacy</a> - <a href="mailto:hello@vvalls.com">Contact</a> - <br><br> - <span>© 2015 Dot Dash 3, Inc.</span> - <a href="http://okfoc.us/">Site by OKFocus</a> </div> |
