From e0e20b034a161d3ade20b1bab5b1773e3aa9f473 Mon Sep 17 00:00:00 2001 From: mix irving Date: Tue, 15 Sep 2015 20:27:58 +0200 Subject: [PATCH 1/2] add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..793b673 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +dist/ +node_modules/ +npm-debug.log + From e3014f3d4939239d4c0fab8da24921bbe409f034 Mon Sep 17 00:00:00 2001 From: mix irving Date: Thu, 17 Sep 2015 14:39:05 +0200 Subject: [PATCH 2/2] add link to pub servers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 02d4ea9..a46427d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ npm install npm start ``` +**Start connecting by joining a pub server** + +Check out the list of active servers [here](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers) + ## Development & App-building :