X-Git-Url: https://git.rapsys.eu/packer/blobdiff_plain/f2d7af80257a81938acc690ab88be617a13e6880..HEAD:/README.md diff --git a/README.md b/README.md index 78449eb..b4aea4f 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Patches are welcomed and grant credit when requested. Installation ============ -Install local binary --------------------- +Install cpack and jpack binaries +-------------------------------- You need to have cpack and jpack scripts from this repository set as executable and installed in /usr/local/bin. @@ -51,15 +51,15 @@ following command: # cp cpack jpack /usr/local/bin/ ``` -Use local binary ----------------- +Use cpack and jpack binaries +---------------------------- To use local binaries you may execute the following commands: ```console -# cpack < input.css > output.css +$ cpack < input.css > output.css ``` ```console -# jpack < input.js > output.js +$ jpack < input.js > output.js ```