Skip to content

Commit 62a4b63

Browse files
committed
Update readme
1 parent 1312e64 commit 62a4b63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@ ApproxMC handles CNF formulas and performs approximate counting.
2323
## Installation
2424
We recommend using a prebuilt binary from our [release
2525
page](https://github.com/meelgroup/approxmc/releases) which contains binaries
26-
for many different platforms. The next best option is to use nix:
26+
for many different platforms. The second best thing to use is Nix. Simply [install
27+
nix](https://nixos.org/download/) and then:
2728
```shell
2829
git clone https://github.com/meelgroup/approxmc
2930
cd approxmc
3031
nix-shell
3132
```
3233

34+
Then you will have `approxmc` binary available and ready to use.
35+
3336
## Providing a Projection Set
3437
For some applications, one is not interested in solutions over all the
3538
variables and instead interested in counting the number of unique solutions to

0 commit comments

Comments
 (0)