Skip to content

Commit d09b7ab

Browse files
committed
Cloning method updated to HTTPS / TODO updated
1 parent fdb146f commit d09b7ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The only dependencies are `docker` and `docker-compose`.
4646

4747
### Five steps guide
4848

49-
1. `git clone git@github.com:EtixLabs/cameradar.git`
49+
1. `https://github.com/EtixLabs/cameradar.git`
5050
2. Go into the Cameradar repository, then to the `deployment` directory
5151
3. Tweak the `conf/cameradar.conf.json` as you need (see [the onfiguration guide here](#configuration) for more information)
5252
4. Run `docker-compose build cameradar` to build the cameradar container
@@ -71,7 +71,7 @@ To install Cameradar you will need these packages
7171

7272
The simplest way would be to follow these steps :
7373

74-
1. `git clone git@github.com:EtixLabs/cameradar.git`
74+
1. `https://github.com/EtixLabs/cameradar.git`
7575
2. Go into the Cameradar repository, create a directory named `build` and go in it
7676
3. In the build directory, run `cmake ..` This will generate the Makefiles you need to build Cameradar
7777
4. Run the command `make`
@@ -205,7 +205,7 @@ If you have other cool ideas, feel free to share them with me at brendan.leglaun
205205

206206
## Next improvements
207207

208-
- [ ] Add a docker deployment to avoid the current deps hell
208+
- [x] Add a docker deployment to avoid the current deps hell
209209
- [ ] Development of a MySQL cache manager
210210
- [ ] Development of a JSON file cache manager
211211
- [ ] Development of an XML file cache manager

0 commit comments

Comments
 (0)