From 051c958c8b43bc1f86f6cd1cb69523556d06a3e7 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Fri, 11 Feb 2022 22:35:14 -0600 Subject: [PATCH] Update Readme --- LICENSE | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e6b236b84..a72f39880 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Alex +Copyright (c) 2022 Hau Tran Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 49079b357..ac6fa97cd 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ cp .env.example .env Then populate the value in there. +Pay attention to the key `UPLOAD_LOCATION`, this directory must exist and is owned the user that run the `docker-compose` command below. + To start, run ```bash