Skip to content

Commit

Permalink
Add simple howto
Browse files Browse the repository at this point in the history
  • Loading branch information
tfauck committed Apr 1, 2016
1 parent 13cc11b commit 03ae0a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# skale-examples
A place to share skale sample applications

#Simple way to execute wordcount test for example providing skale and npm are installed
git clone https://github.com/skale-me/skale-examples.git
cd skale-examples/wordcount
npm install # to create dependencies
skale run

0 comments on commit 03ae0a5

Please sign in to comment.