Skip to content

Commit

Permalink
Typos & Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Aug 20, 2013
1 parent 9d46056 commit 8cc19dc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ It generates license files.

### Manual download

* Latest (v0.0.1, stable, recommended): [Zip](https://github.com/Yonaba/lice-lua/archive/lice-lua-0.0.1-1.zip) | [Tar.gz](https://github.com/Yonaba/lice-lua/archive/lice-lua-0.0.1-1.tar.gz)
* Development version (unstable, not recommended): [Zip](https://github.com/Yonaba/lice-lua/archive/master.zip) | [Tar.gz](https://github.com/Yonaba/lice-lua/archive/master.tar)
* Latest (v0.0.2, stable, recommended): [Zip](https://github.com/licenses/lice-lua/archive/lice-lua-0.0.2-1.zip) | [Tar.gz](https://github.com/licenses/lice-lua/archive/lice-lua-0.0.2-1.tar.gz)
* Download repository as-is (might be unstable, not recommended): [Zip](https://github.com/licenses/lice-lua/archive/master.zip) | [Tar.gz](https://github.com/licenses/lice-lua/archive/master.tar)
* Previous releases: [Tags](https://github.com/Yonaba/lice-lua/releases)

### From git:

```bash
git clone [email protected]/Yonaba/lice-lua
git clone [email protected]/licenses/lice-lua
````

**Note**: This repository uses [licenses-templates](https://github.com/licenses/license-templates) as a submodule. <br/>In order to fetch those file aswell when cloning from Git, use `--recursive` option.

```bash
git clone [email protected]/licenses/lice-lua --recursive
````
## Overview
Expand Down Expand Up @@ -112,7 +118,7 @@ Is the license you want to submit commonly used?<br/>
If so, feel free to open an issue or, if you are feeling generous, fork, commit on your own and submit a pull request.
## Dependency
## Dependencies
__Lice-lua__ requires a single dependency, [LFS](https://github.com/downloads/keplerproject/luafilesystem) (Lua File System), for filesystem facilities.
## Credits
Expand Down

0 comments on commit 8cc19dc

Please sign in to comment.