Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit

Permalink
Update README.md for end-of-term release (#200)
Browse files Browse the repository at this point in the history
* Update README.md

* Update note

* Update readthedocs.io index

Closes #138.
  • Loading branch information
benjspriggs authored Jun 17, 2018
1 parent 41f3588 commit 2de3871
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ SPECtate is a configuration tool that interfaces with the benchmarking software

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See usage for notes on how to use the project on a live system.

There's a pre-packaged binary for quick, out-of-the box setup without **any dependencies**!
Check out the [releases](https://github.com/PDXCapstoneF/SPECtate/releases) for binaries for the main CLI application.

### Prerequisites

* UNIX (Linux, Mac OSX), or Windows
Expand Down
18 changes: 18 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ SPECtate is a configuration tool that interfaces with the benchmarking software

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See usage for notes on how to use the project on a live system.

There's a pre-packaged binary for quick, out-of-the box setup without **any dependencies**!
Check out the [releases](https://github.com/PDXCapstoneF/SPECtate/releases) for binaries for the main CLI application.

### Prerequisites

* UNIX (Linux, Mac OSX), or Windows
Expand All @@ -45,6 +48,21 @@ pipenv install
```


#### Docker

This project has a Docker file. You can build an image
yourself and run SPECtate with it:

```shell
# build the image
docker build -t SPECtate:latest .
# run SPECtate
docker run SPECtate:latest --help
# would display the help text like you ran it yourself
# with python mainCLI.py --help
```


## Example CLI Usage

* Run an example configuration:
Expand Down

0 comments on commit 2de3871

Please sign in to comment.