Commit 4758846b authored by Matthew Burket's avatar Matthew Burket
Browse files

Improved README

parent f6c17143
Loading
Loading
Loading
Loading
+18 −6
Original line number Diff line number Diff line
Matthew Burket's Shell

This shell was made for COM S 352 during the Spring 2018 semester under Dr. Jonnny Wong.

How to build
From the root of my project run the following commands.
This project uses cmake for building.

From the root of the project run the following commands:
1. mkdir build
2. cmake ..
3. make
2. cd build
3. cmake ..
4. make


Known Limitations:
- History is only for the last 50 entries
- History is stored in RAM and is wiped on restart


Copyright 2018 Matthew Burket
Licensed under the GPL version 3 or higher

Known Limititons:
History is only for the last 50 entries
 No newline at end of file
Source will be released at https://git.matthewburket.com/coms352/shell once the assignment can't be turned in for
credit.
 No newline at end of file