Skip to content

Commit 24d90dc

Browse files
committed
Update readme with docker image details
1 parent b150b28 commit 24d90dc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Algolite
22
An Implementation of Algolia to emulate its REST API on your local machine or CI environments in order to speed up your development and testing cycles.
33

4-
# Installation
4+
## Installation
55

66
```
77
npm run -g algolite
88
```
99

10-
# Example
10+
## Example
1111

1212
```
1313
$ algolite --help
@@ -42,4 +42,10 @@ await index.addObject({
4242
})
4343

4444
const result = await index.search('Algolia')
45+
```
46+
47+
## Docker Image
48+
49+
```
50+
docker run --rm -p 9200:9200 --name algolite marconi1992/algolite:0.1.1
4551
```

0 commit comments

Comments
 (0)