Skip to content

Commit

Permalink
chore: readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicoblanco committed May 9, 2024
1 parent 2e702f0 commit 44c27d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ In order to install the normalizer with the provided Dockerfile you need to clon
docker build --tag 'relational-normalizer' .
docker run -d --name 'web-relational-normalizer' 'relational-normalizer'
```
Or pulling the latest build image with
```
docker run -d --name 'web-relational-normalizer' ghcr.io/unict-dmi/web-relational-normalizer:main
```

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

Now let's move our project into quicklisp's local-project
Clone this repository and move this project into quicklisp's local-project
```
git clone https://github.com/UNICT-DMI/web-relational-normalizer.git
cd web-relational-normalizer
mv fundep/ ~/.quicklisp/local-projects/fundep/
mv newnormalizer/ ~/.quicklisp/local-projects/newnormalizer/
```
Expand Down

0 comments on commit 44c27d3

Please sign in to comment.