From 426f22a63ff45285a16dc190f904df7001fb0813 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Fri, 15 Oct 2021 18:35:47 +0100 Subject: [PATCH] Point to GitHub from Contributing.md (#2275) Follow-up to #2083. Now that all this documentation is hosted on an external site, there really ought to be a link back here. --- docs/contributing/contributing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/contributing/contributing.md b/docs/contributing/contributing.md index 4e8e5d1412..486eff39b7 100644 --- a/docs/contributing/contributing.md +++ b/docs/contributing/contributing.md @@ -8,10 +8,16 @@ The Haskell tooling dream is near, we need your help! - Follow the [Haskell IDE team twitter account](https://twitter.com/IdeHaskell) for updates and help. - 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). - Join the [haskell-tooling channel](https://matrix.to/#/#haskell-tooling:matrix.org) in [matrix](https://matrix.org/). +- Visit [the project GitHub repo](https://github.com/haskell/haskell-language-server) to view the source code, or open issues or pull requests. ## Building haskell-language-server -The project can be built with both `cabal build` and `stack build`. +Clone the repository: +```shell +$ git clone https://github.com/haskell/haskell-language-server +``` + +The project can then be built with both `cabal build` and `stack build`. haskell-language-server can also be used with itself. We provide preset samples of `hie.yaml` for Cabal and Stack.