From 92466f723d962b0185c43e25f9f67f51f871d639 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 15 Nov 2021 15:40:03 +0100 Subject: [PATCH] :whale: add docker-compose link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d94971..4c40bf5 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R * [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap) * **[Setup Dev Machine](setup-dev-machine.md)** * **Setup Environments** - * You won't always have a server - so get virtualized for development ASAP 🏁 (insert docker guide) + * You should be able to run the code and develop without a dedicated server. Get virtualized with [docker-compose](https://docs.docker.com/compose/compose-file/compose-file-v3/). * Python setup on [Ubuntu Server](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-20-04-server) * **Setup Version Control** - * Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214). when possible + * Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214). * Install and use [pre-commit hooks](https://pre-commit.com/) on your dev machine * Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches) * Add an [`.EditorConfig` file](https://editorconfig.org/)