Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rreye authored May 23, 2019
1 parent f16f6e7 commit 6c2b5a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Moreover, SMusket takes advantage of the [Hadoop Sequence Parser (HSP)](https://
* SPARK_HOME environmental variable must be set accordingly
* See [Spark's Cluster Mode Overview](https://spark.apache.org/docs/latest/cluster-overview.html)

* Download SMusket from releases page or clone the github repository by executing the following command:
* Download SMusket from releases page and unzip the tarball. Example on Linux systems:

```
git clone https://github.com/rreye/smusket.git
unzip smusket-1.0.zip
```

* Set SMUSKET_HOME and PATH environmental variables. On Linux, you can set them in your profile or your shell configuration files (e.g., .bashrc). Follow the instructions below:
Expand Down Expand Up @@ -98,6 +98,12 @@ In case you need to recompile SMusket the prerequisites are:
* Make sure you have a working Apache Maven distribution version 3 or above
* See [Installing Apache Maven](https://maven.apache.org/install.html)

* Clone the github repository by executing the following command:

```
git clone https://github.com/rreye/smusket.git
```

In order to build SMusket just execute the following Maven command from within the SMusket root directory:

```
Expand Down

0 comments on commit 6c2b5a4

Please sign in to comment.