Skip to content

Commit

Permalink
Remove non-Flakes usage without installing section
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Oct 24, 2023
1 parent 19524ad commit 80ee1d1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,7 @@ options:

### Usage without installing

You can also run the scripts from this repo on any Nix/NixOS setup. However, in
this case you will need to have a copy of this repository first:

```console
$ git clone https://github.com/thiagokokada/nix-alien && cd nix-alien
$ $(nix-build nix-alien.nix --no-out-link)/bin/nix-alien ~/myapp
$ $(nix-build nix-alien.nix --no-out-link)/bin/nix-alien-ld ~/myapp
$ $(nix-build nix-alien.nix --no-out-link)/bin/nix-alien-find-libs ~/myapp
```

### Usage without installing with Flakes

You can also run the scripts from this repo directly without clonning or
You can run the scripts from this repo directly without clonning or
installing them, assuming you're using [a resonable up-to-date nix and enabled
experimental Flakes support](https://nixos.wiki/wiki/Flakes#Enable_flakes).

Expand Down

0 comments on commit 80ee1d1

Please sign in to comment.