duritong / trocla

A password store for password creation and retrieval
Other
76 stars 18 forks source link

README: 0.0.8 data migration #7

Closed varac closed 11 years ago

varac commented 11 years ago

the second sed doesn't work for me, i need an asterisk before "value":

sed -i '/^ *value:/d' trocla_data.yaml
varac commented 11 years ago

btw: what should the first sed do ? It doesn't chage anything for me.

duritong commented 11 years ago

Unfortunately markdown obfuscates the spaces there.

The first sed command should bring things with 4 space indentation at the beginning to two. And then it should remove the value lines.

I will figure out how to better write it, so it won't be broken in rendered markdown.