update README

This commit is contained in:
Daniel Langbein 2023-09-07 12:37:30 +02:00
parent d528cb20a3
commit f400ddde45

View File

@ -246,9 +246,7 @@ Papers about Nix:
nix-shell --packages nix-index nix-shell --packages nix-index
``` ```
```shell ```shell
# Inside the shell: # Either build the index manually (requires >12GB RAM):
# Either build the index manually (requires >8GB RAM)
nix-index nix-index
# Or download weekly build: # Or download weekly build:
mkdir -p ~/.cache/nix-index/ && wget -q -N https://github.com/nix-community/nix-index-database/releases/latest/download/index-x86_64-linux -O ~/.cache/nix-index/files mkdir -p ~/.cache/nix-index/ && wget -q -N https://github.com/nix-community/nix-index-database/releases/latest/download/index-x86_64-linux -O ~/.cache/nix-index/files