From 8176aa0d63cbdd258b055b05cf0764fce7a1e7b5 Mon Sep 17 00:00:00 2001 From: Stefano De Vuono Date: Thu, 13 Nov 2014 18:56:55 -0800 Subject: [PATCH] Specify that apt-* files go in project root --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1a08d..b015656 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ git clone https://github.com/F4-Group/dokku-apt /var/lib/dokku/plugins/dokku-apt dokku plugins-install ``` -All future deployments will read `apt-repositories` and `apt-packages` files and install them using `apt-get`. +When you deploy your project, the dokku-apt plugin will install according to your project's `apt-repositories` and `apt-packages` files. You should store these files in your projects root as the docker container will copy your project to its /app directory. This is where the dokku-apt plugin looks for `apt-repositories` and `apt-packages`. ## apt-packages This file should contain apt packages to install, accepts multiple packages per line, and multiple lines.