1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 02:01:50 +02:00

Fixed Install Instructions

This commit is contained in:
Ryan Greenup 2020-07-17 06:39:57 +10:00
parent 1ef9238a23
commit aaedfb1712

View File

@ -42,7 +42,7 @@ To install:
3. Download cadmus and put it in the `PATH`
```bash
mkdir ~/.cadmus && \
clone https://github.com/RyanGreenup/cadmus ~/.cadmus \
git clone https://github.com/RyanGreenup/cadmus ~/.cadmus \
|| echo "Delete ~/.cadmus first"
ln -s ~/.cadmus/bin/cadmus $HOME/bin/
```