Skip to content

Commit

Permalink
Fixed typos and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenney5 committed Oct 20, 2020
1 parent 5c25cb9 commit 84b904a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
slim cat
==========
cat_still concatenating files and printing on the standard output, just slimmer_
slimcat_still concatenating files and printing on the standard output, just slimmer_

## Description
This is a rewrite of GNU cat where the unused features are removed.

## Project Meta
This software is in a **working stable** state.
The software works as inteded, currenlty bug free.
The software works as intended, _currenlty_ bug free.

## License
This code is licensed under the MIT license. See 'LICENSE' for details.
Expand All @@ -20,10 +20,10 @@ The simplest way is to compile by `make`
##### Make Options:
* `make` : compiles cat.c with the -Ofast flag
* `make debug` : adds debugging symbols to the program
* `make install` : copies the default cat to cat.bak and moves this cat.out to the /usr/bin file
* `make uninstall` : replaces cat with cat.bak from install
* `make unsafe-install` : moves cat.out to /usr/bin/cat
* `make unsafe-uninstall` : deletes /usr/bin/cat
* `make install` : moves slimcat to the /usr/bin dir and moves the man page
* `make uninstall` : deletes slimcat and its man page
* `make unsafe-install` : copies the default cat to cat.bak and moves this cat.out to the /usr/bin file
* `make unsafe-uninstall : replaces cat with cat.bak from install

## How to contribute
Submit a pull/merge request at the offical repo.
Expand Down

0 comments on commit 84b904a

Please sign in to comment.