From 17b5d13c235bbbe0ca4541f863e014322101daa0 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Wed, 5 Jul 2023 16:00:22 +0100 Subject: [PATCH] Updates to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 07a71b7..7275fc3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ Every time you wish to run commands in this project, you will need to make sure This sets the environment variables related to this project and creates visability to the scripts in the flow directory. +## Updating Subrepositories + +Once you have run a `source set_env.sh` in your current terminal, you are then able to update all your repositories to their latest version by running: + +`socpull` + +This runs a git pull on all repositories in your project. + ## Running the simulation socsim is a tool that SoC Labs have developed that allows for running of shell scripts anywhere within your project environment. The idea is these scripts can be customised to run scripts for different simulators. -- GitLab