Skip to content

Commit

Permalink
Removed copy-and-paste install from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthes committed Nov 2, 2017
1 parent ecd2f3a commit 068dd05
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,6 @@ I prefer and recommend using [composer](http://getcomposer.com):
composer require text/template
```

But you can do it the traditional way too:

* __Copy n Paste:__ Just Copy the contents of <https://github.com/dermatthes/text-template/blob/master/src/TextTemplate.php> to your project folder to
use TextTemplate. It's just one class.

* __Git externals:__ Clone this repository and add this as external to your project.

* ~~__Download gzip'ed phar:__-- If you like downloads we offer you a gzip'ed phar archive: <https://github.com/dermatthes/text-template/blob/master/_build/text-template.recent.phar.php.gz>~~ (Abandoned: July/2017 - please use composer or copy the source code)

* ~~__Download source tar:__ <https://raw.githubusercontent.com/dermatthes/text-template/master/_build/text-template.recent.src.tar.gz>~~ (Abandoned: July/2017 - please use composer or copy the source code)

_TextTemplate uses Phing to build the phar-archives and gzip them. Just execute main-target in build.xml to build your own version_


## Value injection

Expand Down

0 comments on commit 068dd05

Please sign in to comment.