Skip to content

Commit 83b76b9

Browse files
committed
update readme and links
1 parent 32dbffc commit 83b76b9

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,27 @@
22

33
This is meant to be an example CouchApp and to ship with most of the CouchApp goodies.
44

5-
Install with
5+
Clone with git:
6+
7+
git clone git://github.com/couchapp/example.git
8+
cd example
69

10+
Install with
11+
712
couchapp push . http://localhost:5984/example
813

914
or (if you have security turned on)
1015

11-
couchapp push . http://myname:mypass@localhost:5984/example
16+
couchapp push . http://adminname:adminpass@localhost:5984/example
1217

1318
You can also create this app by running
1419

15-
couchapp generate proto && cd proto
20+
couchapp generate example && cd example
1621
couchapp push . http://localhost:5984/example
1722

23+
Deprecated: *couchapp generate proto && cd proto*
24+
25+
1826
## Todo
1927

2028
* factor CouchApp Commonjs to jquery.couch.require.js

_attachments/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Example CouchApp</h1>
1616
<div id="sidebar">
1717
<p>Edit welcome message.</p>
1818
<p>Ideas: You could easily turn this into a photo sharing app,
19-
or a grocery list, or a chat room.</p>
19+
or a grocery list, or a chat room. <a href="https://github.com/couchapp/example">Code for this app is on Github.</a></p>
2020
</div>
2121
</body>
2222
<script src="/_utils/script/sha1.js"></script>

0 commit comments

Comments
 (0)