Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
championpaddler authored Oct 9, 2018
commit 6773084b23e8afc39341d3a96be9eb6bb7b47177
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The Network Simulator, Version 3
--------------------------------

###Table of Contents:
Table of Contents:
------------------

1) An overview
Expand Down Expand Up @@ -49,13 +49,13 @@ included in the file doc/build.txt

However, the real quick and dirty way to get started is to
type the command
```sh

./waf configure --enable-examples
```

followed by
```sh

./waf
```
`
in the directory which contains
this README file. The files built will be copied in the
build/ directory.
Expand All @@ -74,7 +74,7 @@ enabled), it should be easy to run the sample programs with the
following command, such as:
```sh
./waf --run simple-global-routing
```sh
```
That program should generate a simple-global-routing.tr text
trace file and a set of simple-global-routing-xx-xx.pcap binary
pcap trace files, which can be read by tcpdump -tt -r filename.pcap
Expand Down