From 97bf35d0d83d9d759582c192b0b6f18e6a26ea4f Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Thu, 22 Nov 2018 19:25:47 -0200 Subject: [PATCH] fix break on readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9454d43..7d457ab 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Default Tainacan Theme, to be used with tainacan plugin - Copiar o arquivo `build-config-sample.cfg` para `build-config.cfg` - Ajustar o `PATH` da variável `destination` para o caminho desejado correspondente - Instalar o SASS - sudo apt install ruby-full rubygems autogen autoconf libtool make - sudo gem install sass + - sudo apt install ruby-full rubygems autogen autoconf libtool make + - sudo gem install sass - Instalar o Composer - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - HASH="$(wget -q -O - https://composer.github.io/installer.sig)" - php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" - sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer + - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" + - HASH="$(wget -q -O - https://composer.github.io/installer.sig)" + - php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" + - sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer - Execute o build - ./build.sh \ No newline at end of file + - ./build.sh \ No newline at end of file