From 8a43244c0ccfc4b095672d573593cb86d8348c05 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Fri, 4 Aug 2023 06:28:11 +0900 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6091ba9e7..04e737422 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ -## What is This? +## What is this? -This is a fork of [AkkomaGang/akkoma](https://akkoma.dev/AkkomaGang/akkoma/), with an opinionated Docker setup. +This is a fork of [AkkomaGang/akkoma](https://akkoma.dev/AkkomaGang/akkoma/), with some opinionated changes to satisfy my needs. The differences between the upstream repository are described below: - Uses the official Elixir image from Docker Hub - Automatically builds the Akkoma backend when building the Docker image, instead of requiring complex commands after pulling/building images - Files/directories to mount are minified and completely separated from the repository files, allowing better control over file permissions -- Has an "actual" Docker entry point that works the way Docker entry points are supposed to work +- Has an actual Docker entry point, rather than a command that pretends to be an entry point +- Has out-of-the-box support for PGroonga, the fast and accurate full-text search extension for PostgreSQL - Supports Podman quite well ## How to Setup (Podman Rootless) @@ -21,7 +22,7 @@ The differences between the upstream repository are described below: ### 1. Build your image -This will take 10+ minutes. +This will take 5+ minutes. ```sh cd /YOUR/GIT/DIRECTORY/akkoma/