Skip to content

Commit

Permalink
edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Dec 5, 2020
1 parent 00dc0f9 commit 144e7b7
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Task Spooler

**Note**: I am not the original author of the package.
However, from now on, I will maintain this modified version and add more features
to this wonderful app.
If you find this app helpful and have any idea to improve it, feel free to
send a PR.
Originally, [Task Spooler by Lluís Batlle i Rossell](https://vicerveza.homeunix.net/~viric/soft/ts/).

## Introduction

Expand All @@ -28,6 +24,7 @@ free slots.
- Added long options.

- Replaced Makefile by CMake.
- For a CPU-only version, please checkout the [CPU-only branch](https://github.com/justanhduc/task-spooler/tree/cpu-only).

## Features

Expand Down Expand Up @@ -56,7 +53,19 @@ At the end, after some time using and developing ts, it can do something more:

### Install Task Spooler

First, clone the repository

```
git clone https://github.com/justanhduc/task-spooler
```

To setup Task Spooler with GPU support, one needs to set a `CUDA_HOME` environment variable.
Otherwise, if you need only the CPU version, perform a checkout first

```
git checkout cpu-only
```

Then, simple run the provided script

```
Expand Down

0 comments on commit 144e7b7

Please sign in to comment.