mar-file-system / marfs

MarFS provides a scalable near-POSIX file system by using one or more POSIX file systems as a scalable metadata component and one or more data stores (object, file, etc) as a scalable data component.
Other
96 stars 27 forks source link

Change multi line commands in tutorial to be one command #219

Closed shanegoff closed 4 years ago

shanegoff commented 4 years ago

Can't copy paste multi line commands like git cloning everything because of terminal characters.

$ git clone https://github.com/mar-file-system/marfs.git
$ git clone https://github.com/mar-file-system/PA2X.git
$ git clone https://github.com/mar-file-system/erasureUtils.git
$ git clone https://github.com/mar-file-system/aws4c.git
$ git clone https://github.com/pftool/pftool.git
$ git clone https://github.com/01org/isa-l.git

Make it all one command

shanegoff commented 4 years ago

Addressed in #220