Skip to content

Commit

Permalink
Fix: Readme for Instructions to run using Docker on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
apurv-1 authored and vorburger committed Feb 7, 2021
1 parent 069dae0 commit f7815ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Alternatively, you can also use [Podman](https://github.com/containers/libpod)
Now to run a new Fineract instance you can simply:

1. `git clone https://github.com/apache/fineract.git ; cd fineract`
1. for windows, use `git clone https://github.com/apache/fineract.git --config core.autocrlf=input ; cd fineract`
1. `docker-compose build`
1. `docker-compose up -d`
1. fineract (back-end) is running at https://localhost:8443/fineract-provider/
Expand Down

0 comments on commit f7815ba

Please sign in to comment.