Update README
This commit is contained in:
parent
ce8fa5373b
commit
9f9248c590
1 changed files with 3 additions and 6 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Redai
|
# Redai
|
||||||
|
|
||||||
The art gallery manager application for my personal website, redstrate.com. You
|
The art gallery manager application for my personal website, [redstrate.com](https://redstrate.com). It can edit piece information such as title, date, description and more. You also have a nice preview of the art when editing, which helps writing alternative text.
|
||||||
can edit piece information such as title, date, description and more. You also
|
|
||||||
have a nice preview of the art when editing, which helps writing alt text.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
In order to use the application, pass the following arguments when running it:
|
In order to use the application, pass the following arguments when running it:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ redai [art definition directory] [art asset directory]
|
$ redai [site directory]
|
||||||
```
|
```
|
||||||
|
|
||||||
For redstrate.com, the `<art definition directory>` would be `redstrate.com/art`
|
An example site directory exists in `data`.
|
||||||
and the asset directory would be `redstrate.com/assets/art`.
|
|
Loading…
Add table
Reference in a new issue