Skip to content

Commit 44c27d3

Browse files
chore: readme improvements
1 parent 2e702f0 commit 44c27d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ In order to install the normalizer with the provided Dockerfile you need to clon
1515
docker build --tag 'relational-normalizer' .
1616
docker run -d --name 'web-relational-normalizer' 'relational-normalizer'
1717
```
18+
Or pulling the latest build image with
19+
```
20+
docker run -d --name 'web-relational-normalizer' ghcr.io/unict-dmi/web-relational-normalizer:main
21+
```
1822

1923
### 💻 Local installation
2024
Install [sbcl](http://www.sbcl.org/getting.html) from source.
@@ -31,8 +35,10 @@ sbcl --no-sysinit --no-userinit --load quicklisp.lisp \
3135
--quit
3236
```
3337

34-
Now let's move our project into quicklisp's local-project
38+
Clone this repository and move this project into quicklisp's local-project
3539
```
40+
git clone https://github.com/UNICT-DMI/web-relational-normalizer.git
41+
cd web-relational-normalizer
3642
mv fundep/ ~/.quicklisp/local-projects/fundep/
3743
mv newnormalizer/ ~/.quicklisp/local-projects/newnormalizer/
3844
```

0 commit comments

Comments
 (0)