Skip to content

Commit

Permalink
Fix Readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Nov 12, 2023
1 parent 6b00022 commit 820d814
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,12 @@ To install ckanext-big-resources:
. /usr/lib/ckan/default/bin/activate

2. Clone the source and install it on the virtualenv

`
git clone https://github.com/keitaroinc/ckanext-big-resources.git


cd ckanext-big-resources

python setup.py develop

```
git clone https://github.com/keitaroinc/ckanext-big-resources.git
cd ckanext-big-resources
python setup.py develop
pip install -r dev-requirements.txt
`
```

3. Add `big_resources` to the `ckan.plugins` setting in your CKAN
config file (by default the config file is located at
Expand Down

0 comments on commit 820d814

Please sign in to comment.