mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-04-20 23:11:56 +02:00
Add license, update readme
This commit is contained in:
parent
c6db058e0d
commit
92ac99068e
14
LICENSE.md
Normal file
14
LICENSE.md
Normal file
@ -0,0 +1,14 @@
|
||||
Copyright 2019 Kovah.de
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
||||
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
|
||||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
|
||||
persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
||||
the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
18
README.md
18
README.md
@ -5,7 +5,19 @@
|
||||
<p> </p>
|
||||
|
||||
<p align="center"><b>A small, selfhosted bookmark manager.</b></p>
|
||||
<p align="center"><b>:warning: This application is still in development and not save to use! :warning:</b></p>
|
||||
<p align="center"><b>:warning: This application is still in development! :warning:</b></p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://hub.docker.com/r/linkace/linkace">
|
||||
<img src="https://img.shields.io/badge/Docker-linkace%2Flinkace-2596EC.svg" alt="Docker Repository">
|
||||
</a>
|
||||
<a href="https://github.com/Kovah/LinkAce/releases">
|
||||
<img src="https://img.shields.io/github/release/kovah/linkace.svg" alt="Latest Release">
|
||||
</a>
|
||||
<a href="https://opensource.org/licenses/MIT">
|
||||
<img src="https://img.shields.io/github/license/kovah/linkace.svg" alt="License">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
@ -27,9 +39,9 @@ Now, install all dependencies from inside the PHP container:
|
||||
$ docker exec linkace-php bash -c "composer install"
|
||||
```
|
||||
|
||||
Last step, compile all assets. You need [Node](https://nodejs.org/en/) with either NPM or [Yarn](https://yarnpkg.com)
|
||||
Last step: compile all assets. You need [Node](https://nodejs.org/en/) with either NPM or [Yarn](https://yarnpkg.com)
|
||||
installed.
|
||||
Node 8 LTS is the minimum version required and recommended to use.
|
||||
Node 10 LTS is the minimum version required and recommended to use.
|
||||
|
||||
```
|
||||
$ npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user