Skip to content

Commit fa350bc

Browse files
committed
Update readme
1 parent d145397 commit fa350bc

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,21 @@ ApproxMC handles CNF formulas and performs approximate counting.
2222
counter [Pepin](https://github.com/meelgroup/pepin).
2323

2424
## Installation
25-
We recommend using a prebuilt binary from our [release
26-
page](https://github.com/meelgroup/approxmc/releases) which contains binaries
27-
for many different platforms. The second best thing to use is Nix. Simply [install
25+
It is strongly recommended to not build, but to use the precompiled
26+
binaries as in our [release](https://github.com/meelgroup/approxmc/releases).
27+
The second best thing to use is Nix. Simply [install
2828
nix](https://nixos.org/download/) and then:
2929
```shell
30-
nix profile install github:meelgroup/approxmc
30+
git clone https://github.com/meelgroup/approxmc
31+
cd approxmc
32+
nix shell
3133
```
3234

33-
Then you will have `approxmc` binary available and ready to use. If you want
34-
to build from source, you can follow the instructions in the instructions
35-
in the GitHub Action under the folder `.github`
35+
Then you will have `approxmc` binary available and ready to use.
36+
37+
If this is somehow not what you want, you can also build it. See the [GitHub
38+
Action](https://github.com/meelgroup/approxmc/actions/workflows/build.yml) for the
39+
specific set of steps.
3640

3741
## Providing a Projection Set
3842
For some applications, one is not interested in solutions over all the

0 commit comments

Comments
 (0)