From 38aee72e555b687bd0ddc272f79bec99dd337f04 Mon Sep 17 00:00:00 2001 From: Lukas Beck Date: Wed, 1 Jul 2015 15:54:58 +0200 Subject: [PATCH] Fixed some more newlines in tutorial. --- tutorial/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/tutorial.md b/tutorial/tutorial.md index 292debdd2..7a817942d 100644 --- a/tutorial/tutorial.md +++ b/tutorial/tutorial.md @@ -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: @@ -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 @@ -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: