Skip to content

Commit

Permalink
Add compilation and installation instructions
Browse files Browse the repository at this point in the history
Addresses ncopa#9
  • Loading branch information
hlovdal committed Feb 11, 2018
1 parent 0c99ce0 commit 87e54f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ $ su-exec --env id
uid=123 gid=456 groups=456
```

## Installation

To compile and install run

```shell
make
make install
```

which will install under `/usr/local`. To install somewhere else you can use the
`PREFIX` variable, like `make install PREFIX=$HOME/software`.

## TTY & parent/child handling

Notice how `su` will make `ps` be a child of a shell while `su-exec`
Expand Down

0 comments on commit 87e54f4

Please sign in to comment.