Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #206

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,16 @@ From source:
git clone git@github.com:KerkhoffTechnologies/django-autotask.git
cd django-autotask
python setup.py install

Create a local development environment in a Docker container:

If you don't already have Docker installed on your machine, you can download and install it from the official Docker website: https://www.docker.com/products/docker-desktop.
git clone git@github.com:KerkhoffTechnologies/django-autotask.git
cd django-autotask
docker build -t django-autotask .
docker run -it --name my-django-autotask-container django-autotask /bin/bash



## Usage

Expand Down