Skip to content

Commit

Permalink
Small README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Sep 10, 2023
1 parent f1a9012 commit 4afc537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project aims to create simple songbook for storing, managing and viewing so

# Getting Started

First clone the repository from Github and switch to the new directory:
First clone the repository from GitHub and switch to the new directory:

git clone https://github.com/pehala/song-book.git
cd song-book
Expand All @@ -24,10 +24,10 @@ You can now run the development server:

## FAQ

1. pipenv install throws
1. `poetry install` throws

ERROR: Couldn't install package: rcssmin
Package installation failed...

Install apt-get install python3-dev (or yum install python3-devel etc.)
Install `python3-dev` for Debian-based distro or `python3-devel` for RHEL-based

0 comments on commit 4afc537

Please sign in to comment.