Skip to content

Commit

Permalink
README: convert to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Feb 12, 2019
1 parent ae33e38 commit 8aafe94
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 43 deletions.
42 changes: 0 additions & 42 deletions README

This file was deleted.

50 changes: 50 additions & 0 deletions README.md
@@ -0,0 +1,50 @@
# YUM

Yum is an automatic updater and installer for rpm-based systems.

Included programs:

/usr/bin/yum Main program

## Usage

Yum is run with one of the following options:

* `update [package list]`

If run without any packages, Yum will automatically upgrade every currently
installed package. If one or more packages are specified, Yum will only
update the packages listed.

* `install <package list>`

Yum will install the latest version of the specified package (don't specify
version information).

* `remove <package list>`

Yum will remove the specified packages from the system.

* `list [package list]`

List available packages.

See the man page for more information (`man yum`). Also see:

* web page: http:https://yum.baseurl.org/

* wiki: http:https://yum.baseurl.org/wiki

```
3.2.X Branch - yum-3_2_X
Starting commit is roughly: a3c91d7f6a15f31a42d020127b2da2877dfc137d
E.g. git diff a3c91d7f6a15f31a42d020127b2da2877dfc137d
```

## Building

You can build an RPM package by running:

$ make rpm

**Note:** Make sure you have `mock` and `lynx` installed.
2 changes: 1 addition & 1 deletion yum.spec
Expand Up @@ -410,7 +410,7 @@ exit 0

%files -f %{name}.lang
%defattr(-, root, root, -)
%doc README AUTHORS COPYING TODO ChangeLog PLUGINS docs/comps.rng
%doc README.md AUTHORS COPYING TODO ChangeLog PLUGINS docs/comps.rng
%if %{move_yum_conf_back}
%config(noreplace) %{_sysconfdir}/yum.conf
%dir %{_sysconfdir}/yum.repos.d
Expand Down

0 comments on commit 8aafe94

Please sign in to comment.