fight against markdown with \

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-16 10:48:43 +01:00
parent 5e58bfbd28
commit 18d0f85fbf
1 changed files with 7 additions and 7 deletions

14
README
View File

@ -102,7 +102,7 @@ There are at least the following branches available:
* master: the development branch * master: the development branch
* 1.0: First official release * 1.0: First official release
* 1.1: Current stable (includes __file type change) * 1.1: Current stable (includes \_\_file type change)
Other branches may be available for features or bugfixes, but they Other branches may be available for features or bugfixes, but they
may vanish at any point. To select a specific branch use may vanish at any point. To select a specific branch use
@ -129,13 +129,13 @@ working, break your setup or eat the tree in your garden.
### Upgrading from 1.0 to 1.1 ### Upgrading from 1.0 to 1.1
In 1.1 the type **__file** was split into **__directory**, **__file** and In 1.1 the type **\_\_file** was split into **\_\_directory**, **\_\_file** and
**__link**. The parameter **--type** was removed from **__file**. Thus you **\_\_link**. The parameter **--type** was removed from **\_\_file**. Thus you
need to replace **__file** calls in your manifests: need to replace **\_\_file** calls in your manifests:
* Remove --type from all __file calls * Remove --type from all \_\_file calls
* If type was symlink, use __link and --type symbolic * If type was symlink, use \_\_link and --type symbolic
* If type was directory, use __directory * If type was directory, use \_\_directory
## Support ## Support