Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Restructured readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SveinIsdahl authored Mar 15, 2024
1 parent 58a4476 commit 3495a43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

Elevator project for Real-time Programming TTK4145 at NTNU. This a distributed program which is designed to handle multiple elevators on a network concurrently in a fail-safe manner.

## Cloning the repository
Since we have git submodules you need to clone the repository recursively:
`git clone --recursive link.to.repo.git `

## Dependencies

This project requires the following dependencies to be installed on the host machine:
Expand Down Expand Up @@ -51,6 +47,10 @@ To remove the elvatorservice and it's configuration files you can use the follow

"1" being the instance you want to remove.

## Cloning the repository
Since we have git submodules you need to clone the repository recursively:
`git clone --recursive link.to.repo.git `

## Manual deployment

To deploy the elevator manually you can run the elevatorserver:
Expand Down

0 comments on commit 3495a43

Please sign in to comment.