Browse Source

second attempt at creating an easy channel URL

master
Lucian Pricop 4 years ago
parent
commit
2a072a3de9
  1. 0
      pkgs/index.html
  2. BIN
      pkgs/nixexprs.tar.xz
  3. 10
      readme.md

0
pkgs/index.html

BIN
pkgs/nixexprs.tar.xz

10
readme.md

@ -1,6 +1,6 @@
## Search & Displace ## Search & Displace
## :information_source: About
## :cyclone: About
Search and Displace is developing a workflow and toolchain which intends to address Search and Displace is developing a workflow and toolchain which intends to address
the problem of mass search and displacement for document content where the original the problem of mass search and displacement for document content where the original
@ -14,13 +14,13 @@ First install nix following the instructions on their website at https://nixos.o
The add searchanddiplace channel to your nix environment and update it: The add searchanddiplace channel to your nix environment and update it:
```bash ```bash
nix-channel --add https://github.com/searchanddisplace/searchanddisplace/channel.tar.bz2
nix-channel --add https://github.com/searchanddisplace/searchanddisplace/pkgs
nix-channel --update nix-channel --update
``` ```
You can now install search-and-displace: You can now install search-and-displace:
nix-env -iA searchanddisplace.default
```bash
nix-env -iA search-and-displace
```
## :roller_coaster: Usage ## :roller_coaster: Usage
Loading…
Cancel
Save