diff --git a/.gitignore b/.gitignore index 174eb7b..4eb1845 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.pyc .tox VectorAssets +GeneratedAssets diff --git a/README.MD b/README.MD index 52cb3ab..33eb55b 100644 --- a/README.MD +++ b/README.MD @@ -41,6 +41,13 @@ brew tap Polidea/tap brew install basset_ios ``` +In order to upgrade **Basset** type: + +``` +brew update +brew upgrade basset_ios +``` + ####Known issues #### Outdated homebrew version @@ -66,12 +73,6 @@ run xcode-select —install ``` -####Docker - -``` -TBD -``` - ##Usage In order to use **Basset** you need to tell which directory you're using to store vector images, where generated PNGs will be store etc. You can do this by following naming convention written below, or by specifying explicit configuration via command line parameters or dedicated configuration file.