Skip to content

Commit 09c277e

Browse files
authored
Point to GitHub from Contributing.md
Follow-up to haskell#2083. Now that all this documentation is hosted on an external site, there really ought to be a link back here.
1 parent 195fa4c commit 09c277e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/contributing/contributing.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ The Haskell tooling dream is near, we need your help!
88
- Follow the [Haskell IDE team twitter account](https://twitter.com/IdeHaskell) for updates and help.
99
- Join the [#haskell-tooling channel](https://discord.com/channels/280033776820813825/505370075402862594/808027763868827659) in the Functional Programming discord server. You can join the server via [this invitation](https://discord.gg/9spEdTNGrD).
1010
- Join the [haskell-tooling channel](https://matrix.to/#/#haskell-tooling:matrix.org) in [matrix](https://matrix.org/).
11+
- Visit [the project GitHub repo](https://github.com/haskell/haskell-language-server) to view the source code, or open issues or pull requests.
1112

1213
## Building haskell-language-server
1314

14-
The project can be built with both `cabal build` and `stack build`.
15+
Clone the repository:
16+
```shell
17+
$ git clone https://github.com/haskell/haskell-language-server
18+
```
19+
20+
The project can then be built with both `cabal build` and `stack build`.
1521

1622
haskell-language-server can also be used with itself. We provide preset samples of `hie.yaml` for Cabal and Stack.
1723

0 commit comments

Comments
 (0)