Skip to content

Commit

Permalink
Add some links to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
flocke committed Mar 4, 2016
1 parent c5230e9 commit 93a84c7
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Requirements

* glib2
* GTK+ 3.0
* VTE 2.91
* cmake >= 3.0.0
* [glib2](https://developer.gnome.org/glib/)
* [GTK+ 3](http://www.gtk.org/)
* [VTE 2.91](https://developer.gnome.org/vte/)
* [cmake](https://cmake.org/) >= 3.0.0

## Installation

Expand Down Expand Up @@ -34,12 +34,18 @@ Just run `sterm` after the build to start the terminal. `sterm --help` will give
the basic options. The main configuration file should be placed at
`${XDG_CONFIG_HOME}/sterm/sterm.ini` (with `${XDG_CONFIG_HOME}` usually being `${HOME}/.config`).

## Bugs

Please report any bugs and feature requests on [GitHub](https://github.com/flocke/sterm/issues).
Pull requests with fixes and improvements are always welcome.

## Rewrite

This is the rewrite of my first version of STerm, which can still be found in the `old-and-broken`
branch on GitHub. It has the same dependencies and should be mostly feature compatible with the old
version (including the config file syntax and options). That's why a update to this new version
should be possible without any problems.
This is the rewrite of my first version of STerm, which can still be found in the
[old-and-broken](https://github.com/flocke/sterm/tree/old-and-broken) branch on GitHub. It has the
same dependencies and should be mostly feature compatible with the old version (including the
config file syntax and options). That's why a update to this new version should be possible without
any problems.

## Copyright

Expand Down

0 comments on commit 93a84c7

Please sign in to comment.