From 39adfebf541df9f75d90a4b9960df679f87dee1a Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 3 Dec 2015 12:26:57 -0500 Subject: [PATCH] tweak README, add .git-ftp-include --- .git-ftp-include | 5 +++++ README.txt | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .git-ftp-include diff --git a/.git-ftp-include b/.git-ftp-include new file mode 100644 index 0000000..2d13cd7 --- /dev/null +++ b/.git-ftp-include @@ -0,0 +1,5 @@ +index.html:main.coffee +index.html:compress.coffee +index.html:wordlist.txt +index.html:template.html +index.html:style.less diff --git a/README.txt b/README.txt index 6a01cb6..c053fbf 100644 --- a/README.txt +++ b/README.txt @@ -16,7 +16,7 @@ Click the last letter in your word again and it will disappear, giving you points. To save, copy down the URL, or make a bookmark. (The web address is -automatically to contain the game state each time you make a word.) +automatically updated to contain the game state each time you make a word.) Installing @@ -35,8 +35,8 @@ installed like so: apt-get install coffeescript libjs-jquery node-uglify node-less make -And you'll need a wordlist. This is a file with one word per line, with unix -newlines (just \n). Download or create such a file, and name it wordlist.txt +And you'll need a word list. This is a file with one word per line, with unix +newlines (just LF). Download or create such a file, and name it wordlist.txt and place it in this directory. Then run: -- 1.7.10.4