Skip to content

Commit

Permalink
docs: mark make commands with same format as elsewhere
Browse files Browse the repository at this point in the history
This uses the same formatting for the make command examples as seen in
README.md.

Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Feb 4, 2025
1 parent d632981 commit 8c226f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ passed to the make command:
Once CRIU is built one can easily setup the complete CRIU package
(which includes executable itself, CRIT tool, libraries, manual
and etc) simply typing

```
make install

```
this command accepts the following variables:

* **DESTDIR**, to specify global root where all components will be placed under (empty by default);
Expand All @@ -36,17 +36,17 @@ this command accepts the following variables:
* **LIBDIR**, to specify directory where to put libraries (guess the correct path by default).

Thus one can type

```
make DESTDIR=/some/new/place install

```
and get everything installed under `/some/new/place`.

## Uninstalling CRIU

To clean up previously installed CRIU instance one can type

```
make uninstall

```
and everything should be removed. Note though that if some variable (**DESTDIR**, **BINDIR**
and such) has been used during installation procedure, the same *must* be passed with
uninstall action.

0 comments on commit 8c226f6

Please sign in to comment.