Skip to content

Commit

Permalink
Cleanup README (add pact-lsp, remove stack instructions) (#1225)
Browse files Browse the repository at this point in the history
* add pact-lsp info, remove stack

Co-authored-by: John Wiegley <johnw@newartisans.com>

---------

Co-authored-by: John Wiegley <johnw@newartisans.com>
  • Loading branch information
rsoeldner and jwiegley authored May 16, 2023
1 parent fa6521b commit f4af428
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,36 +142,6 @@ cabal v2-exec pact
Alternatively, running `cabal v2-install exe:pact` inside this repository's root will install the binary to `~/.cabal/bin/`, which
you may need to add to your path. Then, you can call `pact` as-is.

#### Building with Stack

***(stack is no longer supported)***

Stack is a Haskell build tool that manages compiler and dependency versions for
you. It's easy to install and use.

##### Dependencies

- `stack >= 1.9`
- (Mac only) Homebrew: `brew install haskell-stack`
- (Linux/Mac) [Installer](https://docs.haskellstack.org/en/stable/README/)

(You may also need to install `zlib`, `z3`, and `sqlite`)

To build a Pact binary:

```bash
stack build
```

This will compile a runnable version of Pact, which you can run via:

```bash
stack exec pact
```

Alternatively, `stack install` will install the binary to `~/.local/bin/`, which
you may need to add to your path. Then, you can call `pact` as-is.

#### Building with Nix

The fastest way to build and run Pact is to use the Nix package manager
Expand Down Expand Up @@ -201,6 +171,8 @@ pact> (+ "hello, " "world")
## Supported Editors

Pact is supported by a variety of editors ranging from full-fledged IDE environments to syntax highlighting.
Moreover, we also provide a Pact Language Server, which can be seamlessly integrated with a wide range of editors.
The Pact Language Server can be found [here](https://github.com/kadena-io/pact-lsp).

### Chainweaver

Expand Down

0 comments on commit f4af428

Please sign in to comment.