Skip to content

Commit

Permalink
Fixed some more newlines in tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbeck committed Jul 1, 2015
1 parent 17cdca6 commit 38aee72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/tutorial.md
Expand Up @@ -311,8 +311,6 @@ In this scenario we run a full implementation of the compute server:
available in the release downloads of [release v0.1.0 of nfn-scala](https://github.com/cn-uofbasel/nfn-scala/releases/tag/v0.1.0).




### 0. Prerequisites

In order to run the compute server, Java needs to be installed:
Expand All @@ -326,6 +324,7 @@ Additionally, the Java binary is also needed:
wget https://github.com/cn-uofbasel/nfn-scala/releases/download/v0.1.0/nfn.jar
```


### 1. Start a NFN-relay

Start a `ccn-nfn-relay`. We again add the content you produced in the first
Expand All @@ -334,6 +333,7 @@ scenario.
$CCNL_HOME/bin/ccn-nfn-relay -v trace -u 9001 -x /tmp/mgmt-nfn-relay-a.sock -d $CCNL_HOME/test/ndntlv
```


### 2. Start the Scala compute server

Start the compute server with:
Expand Down

0 comments on commit 38aee72

Please sign in to comment.