diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-06-22 07:09:55 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2021-06-22 07:09:55 +0200 |
commit | 3ed4af1c8fe361aa364d9f51f4d6a517165f8f77 (patch) | |
tree | 4cec86f1a7930368e0c801458d444bcf952ec6fe /README.md | |
parent | 2279cb171edee88db4d6ec9841d7190209bfeddf (diff) |
add instructions on how to clone the repo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ the full text. The collector has been tested on Debian 10 (Buster). Other Unix systems should be possible to host it as well. +Clone the repository. + + git clone -b main https://git.sunet.se/soc_collector.git + On a Debian system, first install the dependencies. sudo apt install python3 python3-pip python3-leveldb |