Projects STRLCPY ebpfguard Commits 9f33d5a5
🤬
  • Readme: explicitly call out prerequisites in development section

  • Loading...
  • Tomasz Jonak committed 1 year ago
    9f33d5a5
    1 parent 2cad8332
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 68 lines
    69 69   }
    70 70  ```
    71 71   
    72  -Imports and cargo file are available in [example source code](examples/readme_mount). For more examples check out [EXAMPLES.md](doc/EXAMPLES.md).
    73  - 
     72 +Imports and cargo file are available in [example source code](examples/readme_mount).
     73 +For more examples check out [EXAMPLES.md](doc/examples.md).
    74 74   
    75 75  ## Supported LSM hooks
    76 76   
    skipped 10 lines
    87 87   
    88 88  ## Prerequisites
    89 89   
    90  -Check [PREREQUISISTES.md](doc/PREREQUISISTES.md) to set up your environment.
     90 +Check [PREREQUISISTES.md](doc/prerequisites.md) to set up your environment.
    91 91   
    92 92  ## Development
    93 93   
    94  -Check [Development.md](doc/DEVELOPMENT.md) for compillation and testing commands.
     94 +Check [Development.md](doc/development.md) for compillation and testing commands.
    95 95   
    96 96  ## Get in touch
    97 97   
    98  -Thank you for using Ebpfguard. Please feel welcome to participate in the [Deepfence community](doc/COMMUNITY.md).
     98 +Thank you for using Ebpfguard. Please feel welcome to participate in the [Deepfence community](doc/community.md).
    99 99   
    100 100  * [Deepfence Community Website](https://community.deepfence.io)
    101 101  * [<img src="https://img.shields.io/badge/[email protected]?logo=slack">](https://join.slack.com/t/deepfence-community/shared_invite/zt-podmzle9-5X~qYx8wMaLt9bGWwkSdgQ) Got a question, need some help? Find the Deepfence team on Slack
    skipped 13 lines
  • doc/COMMUNITY.md doc/community.md
    Content is identical
  • ■ ■ ■ ■ ■
    doc/DEVELOPMENT.md doc/development.md
     1 +# Development
    1 2   
    2  -# Development
     3 +This section assumes that you previously fulfilled [prerequisites](prerequisites.md).
    3 4   
    4 5  All commands should be executed from repository/workspace root folder unless noted otherwise.
    5 6   
    skipped 50 lines
  • doc/EXAMPLES.md doc/examples.md
    Content is identical
  • ■ ■ ■ ■ ■ ■
    doc/PREREQUISISTES.md doc/prerequisites.md
    skipped 57 lines
    58 58   
    59 59  You need the Rust stable and nightly toolchains installed on your system, bpf-linker and bpftool binary.
    60 60   
     61 +Install rust from https://rustup.rs. Further commands assume availabilty of rustup command.
     62 + 
    61 63  Install nightly toolchain:
    62 64   
    63 65  ```
    skipped 26 lines
Please wait...
Page is in error, reload to recover