Update draft instructions for source extraction

This commit is contained in:
Jean-Marc Valin 2011-02-03 13:59:57 -05:00
parent 34e99da9b2
commit d2913a62b9

View file

@ -1770,11 +1770,13 @@ following command line:
<list style="symbols">
<t><![CDATA[
cat draft-ietf-codec-opus.txt | grep '^ ###' | sed 's/ ###//' | base64 -d > opus_source.tar.gz
cat draft-ietf-codec-opus.txt | grep '^\ \ \ ###' | sed 's/\s\s\s###//' | base64 -d > opus_source.tar.gz
]]></t>
<t>
tar xzvf opus_source.tar.gz
</t>
<t>cd opus_source</t>
<t>make</t>
</list>
</t>