Skip to content
Snippets Groups Projects
Verified Commit dd9777b1 authored by Angus Finch's avatar Angus Finch
Browse files

Update README.md

parent b99c24b3
No related branches found
No related tags found
1 merge request!37Update documentation
# Redox OS pkgutils # Redox OS pkgutils
This repository contains utilities for package management on Redox. Additional related tools are included. This repository contains utilities for package management on Redox. Currently, only `pkg` is included.
[![Travis Build Status](https://travis-ci.org/redox-os/pkgutils.svg?branch=master)](https://travis-ci.org/redox-os/pkgutils) [![Travis Build Status](https://travis-ci.org/redox-os/pkgutils.svg?branch=master)](https://travis-ci.org/redox-os/pkgutils)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
**Currently included:** ## `pkg`
The command `pkg` is the primary package management utility for Redox OS. In its current state, `pkg` supports the following commands:
- `pkg` | Command | Functionality |
|-----------|--------------------------------|
| `clean` | Clean an extracted package |
| `create` | Create a package |
| `extract` | Extract a package |
| `fetch` | Download a package |
| `install` | Install a package |
| `list` | List package contents |
| `sign` | Get a file signature |
| `upgrade` | Upgrade all installed packages |
For more detailed information on how to invoke these subcommands, please run `pkg help <SUBCOMMAND>` in your terminal.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment