jose1711 / qemu_turrisos

Run TurrisOS inside QEMU
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Remove "how to use" from start_omnia.sh (incorrect repo name: turris_qemu) #2

Closed emanuelb closed 4 years ago

emanuelb commented 4 years ago

Instructions "how to use" in comment inside file start_omnia.sh at: https://github.com/jose1711/qemu_turrisos/blob/40c693074c3dc0d857386bcd9e8ba3be52fb1434/start_omnia.sh#L9-L27

are almost the same as in: https://github.com/jose1711/qemu_turrisos/blob/5e3f60f0241a69b3d33ae4b31a3f2def9f5946b8/README.md#quick-how-to

but differ by:

 #   git clone .. 
 #   cd turris_qemu 

which contain incorrect repo name "turris_qemu" and git clone operation without url ".." instead

fix: remove above comments, point to instructions at README.md file instead.