Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mise à jour de l’URL de la repo git. #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The paxos offers a multi-platform emulator so that you can run it directly on yo
Before you start, make sure that `git`, `cmake` and `make` are correctly installed on your computer. If not, install them using the command `sudo apt install build-essential` (if you use `apt` as your package manager).

You can then start the build instructions :
1. Clone the directory using `git clone https://github.com/paxo-phone/paxos_8.git`
2. Move to the newly created folder using `cd paxos_8/`
1. Clone the directory using `git clone https://github.com/paxo-phone/PaxOS-8.git`
2. Move to the newly created folder using `cd PaxOS-8/`
3. Load the sub-modules using `git submodule init && git submodule update`
4. Compile the project using `cmake . && make`
5. Run the executable using `./PaxOS`
Expand All @@ -47,8 +47,8 @@ The instructions for building under macos are fairly similar to those under Linu
Before you start, make sure that `git`, `cmake` and `make` are correctly installed on your computer. If not, you can use the `brew` package manager to install them using the following command `brew install cmake make git`.

You can then start the build instructions :
1. Clone the directory using `git clone https://github.com/paxo-phone/paxos_8.git`
2. Move to the newly created folder using `cd paxos_8/`
1. Clone the directory using `git clone https://github.com/paxo-phone/PaxOS-8.git`
2. Move to the newly created folder using `cd PaxOS-8/`
3. Load the sub-modules using `git submodule init && git submodule update`
4. Compile the project using `cmake . && make`
5. Run the executable using `./PaxOS`
Expand Down