Skip to content

Commit

Permalink
Links to dev doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalh authored Dec 8, 2017
1 parent 9869a37 commit 8e9dc57
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ Astview is under continuous development. The sources can be found at [Github](ht

Developer documentation is located in the [wiki](https://github.com/pascalh/Astview/wiki/Deveoloper-guide).

## 1) User guide
## User guide

### 1.1)Installing astview
### Installing astview

First of all download the sources of astview, which can be easily achieved by

```Bash
git clone https://github.com/pascalh/Astview
```

First of all download the sources of astview, which can be easily achieved by `git clone https://github.com/pascalh/Astview`.
To install astview, just run `stack install` in the astview-directory.

### 1.2)Using Astview
### Using Astview

You can open astview directly with a file by giving the filename at the command line:

Expand All @@ -43,7 +48,7 @@ The correspondent menu items can be found in menu `Edit`. You can use Ctrl-P to

#### Language and parser selection

Astview can be easily extended by new languages (see section 2). Every language
Astview can be easily extended by new languages (see [dev documentation](https://github.com/pascalh/Astview/wiki/Deveoloper-guide)). Every language
can be associated with file extensions, which for example enables astview to directly apply the parser for
Haskell if a file with extension ```hs``` is being opened. This automatic
parser selection can be turned off by selecting a specific parser
Expand Down

0 comments on commit 8e9dc57

Please sign in to comment.