From a3fca55397472fcb0cde3e2d815419b9c7371413 Mon Sep 17 00:00:00 2001 From: Rodrigo de Oliveira Date: Mon, 19 Apr 2021 10:45:29 -0300 Subject: [PATCH] Updates README --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5506bcd..80aa326 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,16 @@ # tainacan-theme Default Tainacan Theme, to be used with tainacan plugin - # Instalação no WordPress - 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 - - #Teste Commit + - ./build.sh \ No newline at end of file