doc/tutorial/getting-started.texi
changeset 4304 9da5383b0c87
parent 4295 6f7c05fd0f9b
child 4533 f4d74e20ad78
equal deleted inserted replaced
4303:cf08bd85770d 4304:9da5383b0c87
   255 @verbatim
   255 @verbatim
   256   cd
   256   cd
   257   mkdir tarballs
   257   mkdir tarballs
   258   cd tarballs
   258   cd tarballs
   259   wget http://www.nsnam.org/releases/ns-allinone-3.4.tar.bz2
   259   wget http://www.nsnam.org/releases/ns-allinone-3.4.tar.bz2
   260   bunzip2 ns-allinone-3.4.tar.bz2
   260   tar xjf ns-3.4.tar.bz2
   261   tar xf ns-3.4.tar
       
   262 @end verbatim 
   261 @end verbatim 
   263 
   262 
   264 If you change into the directory @code{ns-allinone-3.4} you should see a
   263 If you change into the directory @code{ns-allinone-3.4} you should see a
   265 number of files:
   264 number of files:
   266 
   265