Skip to content
Snippets Groups Projects
Commit 20fa6013 authored by Robin VAN DE MERGHEL's avatar Robin VAN DE MERGHEL :computer:
Browse files

Lil mistake in the MD : add git clone

parent 842cee16
Branches
No related tags found
No related merge requests found
...@@ -30,9 +30,14 @@ Then, you need to install the requirements: ...@@ -30,9 +30,14 @@ Then, you need to install the requirements:
pip3 install argparse pip3 install argparse
``` ```
First of all, you need to clone the repository:
```bash
git clone https://gitlab.isima.fr/rovandemer/project-manager.git
```
## Linux and Mac ## Linux and Mac
Then put the script in your `HOME` directory, and add the following line in your `.bashrc` file (for Linux) or `.bash_profile` file (for Mac): Add the following line in your `.bashrc` file (for Linux) or `.bash_profile` file (for Mac):
```bash ```bash
echo "alias pm='python3 /PATH/TO/program-manager.py'" >> ~/.bashrc echo "alias pm='python3 /PATH/TO/program-manager.py'" >> ~/.bashrc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment