add links to build error reports in build docs

This commit is contained in:
Ivan Zuzak
2014-06-03 20:38:38 +02:00
parent 390c36ca15
commit a62a0f4bb7
3 changed files with 9 additions and 0 deletions

View File

@@ -47,3 +47,6 @@ and restart Atom. If Atom now works fine, you can make this setting permanent:
```
See also https://github.com/atom/atom/issues/2082.
### Linux build error reports in atom/atom
* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Alinux&type=Issues) to get a list of reports about build errors on Linux.

View File

@@ -15,3 +15,6 @@
```
## Troubleshooting
### OSX build error reports in atom/atom
* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Aos-x&type=Issues) to get a list of reports about build errors on OSX.

View File

@@ -44,3 +44,6 @@ fix this, you probably need to fiddle with your system PATH.
* If you just installed node you need to restart your computer before node is
available on your Path.
### Windows build error reports in atom/atom
* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Awindows&type=Issues) to get a list of reports about build errors on Windows.