@cryptotaxi247 / kubo / commits / ddcfef42f

doc: mention the discourse forum

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Oct 26, 2017 at 11:10 UTC ddcfef42f80c49b97245cbe5a01f69c3ce837427
1 file changed +6 -2
README.md
+6 -2
@@ -284,14 +284,18 @@ Stop the running container:
284 docker stop ipfs_host
285
286 ### Troubleshooting
287 +
288 If you have previously installed IPFS before and you are running into
289 problems getting a newer version to work, try deleting (or backing up somewhere
290 else) your IPFS config directory (~/.ipfs by default) and rerunning `ipfs init`.
291 This will reinitialize the config file to its defaults and clear out the local
292 datastore of any bad entries.
293
293 -For any other problems, check the [issues list](https://github.com/ipfs/go-ipfs/issues)
294 -and if you dont see your problem there, either come talk to us on irc (freenode #ipfs) or
294 +Please direct general questions and help requests to our
295 +[forum](https://discuss.ipfs.io) or our IRC channel (freenode #ipfs).
296 +
297 +If you believe you've found a bug, check the [issues list](https://github.com/ipfs/go-ipfs/issues)
298 +and, if you dont see your problem there, either come talk to us on IRC (freenode #ipfs) or
299 file an issue of your own!
300
301 ## Todo