diff --git a/README.md b/README.md index 2f8eac4c1..90d2feb72 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,17 @@ There are 2 flavors of Fasten: [![GitHub release (latest by date)](https://img.shields.io/github/v/release/fastenhealth/fasten-onprem?style=flat-square)](https://github.com/fastenhealth/fasten-onprem/releases/latest) +First, if you don't have Docker installed on your computer, get Docker by following this [install guide](https://docs.docker.com/get-docker/). + +Next, run the following commands from the Windows command line or Mac/Linux terminal in order to download and start the Fasten docker container. -Run the following commands to download and start the Fasten docker container. ``` docker pull ghcr.io/fastenhealth/fasten-onprem:main docker run --rm \ -p 9090:8080 \ --v `pwd`/db:/opt/fasten/db \ --v `pwd`/cache:/opt/fasten/cache \ +-v ./db:/opt/fasten/db \ +-v ./cache:/opt/fasten/cache \ ghcr.io/fastenhealth/fasten-onprem:main ``` diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 6ecb37603..000000000 --- a/TODO.md +++ /dev/null @@ -1,9 +0,0 @@ - -- [x] pagination -- [x] references/links -- [x] manual sync -- fix sources where refresh token is missing (panics) -- [ ] Billing Report -- [ ] Contacts/Address Book Report -- [ ] Dashboard Plugins -- [ ]