Refactory home

Mauricio Baeza 2020-11-07 16:32:22 -06:00
parent 2ac17b4218
commit 6785e581e6
2 changed files with 21 additions and 18 deletions

23
Home.md

@ -18,8 +18,27 @@ With `zaz`, you can create:
* LibreOffice SDK, for new components and Add-In
* [Installation](Installation)
* [My first extension](My-first-extension)
## Installation
* Clone this repository (recommended) or [download it](https://git.elmau.net/elmau/zaz/archive/master.zip)
```
git clone https://git.elmau.net/elmau/zaz.git
```
* Copy folder `source`
```
cp -r zaz/source/ my_new_extension
cd my_new_extension
```
* Rename file config
```
mv config.py.example config.py
```
## My first extension
* [File conf.py](conf.py)
* [Library easymacro.py](easymacro)

@ -1,16 +0,0 @@
* Clone this repository or [download it](https://gitlab.com/mauriciobaeza/zaz/-/archive/master/zaz-master.zip)
```
git clone https://gitlab.com/mauriciobaeza/zaz.git
```
* Copy folder `source`
```
cp -r zaz/source/ my_new_extension
cd my_new_extension
```
* Rename file config
```
mv config.py.example config.py
```