Skip to content

Commit

Permalink
Update Readme.mp
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Sep 30, 2016
1 parent 82eadc6 commit 2341259
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Readme.md
Expand Up @@ -25,24 +25,23 @@ Installation and Usage
First go to the path where `Freddi` directory will be located. Then download and
compile it:

```
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
git clone https://github.com/hombit/freddi.git
cd freddi
make
```
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Now it should be executable file `./freddi` in the current directory. If you’d
like to install it to `/usr/local/bin` then do

```
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sudo make install
```

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

### Usage

All you need to calculate your first FRED is to type `./freddi` or `freddi` if
it is in your `$PATH`.
All you need to calculate your first FRED is to type `./freddi`. The result will
appear as `data/sum.dat` file in your current location.

`Freddi` has a number of command line options, full list of them with
descriptions can be read using `--help` option. `Freddi` always outputs
Expand Down

0 comments on commit 2341259

Please sign in to comment.