Skip to content

Commit

Permalink
updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
swalia authored and swalia committed Oct 28, 2024
1 parent d3e0677 commit ae408ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

1. Clone the repository
```bash
git https://github.com/TurakhiaLab/panman.git
git clone https://github.com/TurakhiaLab/panman.git
cd panman
```
2. Run the installation script
Expand Down Expand Up @@ -54,7 +54,7 @@ Docker container with preinstalled <i>panmanUtils</i> can also be built from Doc
ii. Git
1. Clone the repository
```bash
git https://github.com/TurakhiaLab/panman.git
git clone https://github.com/TurakhiaLab/panman.git
cd panman
```
2. Build a docker image
Expand All @@ -71,4 +71,4 @@ docker run -it panman
# Insider docker container
cd /home/panman/build
./panmanUtils --help
```
```

0 comments on commit ae408ca

Please sign in to comment.