Skip to content

Commit

Permalink
Add description to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Dec 18, 2023
1 parent e7e22dd commit 94af8f1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# s2e-user-example
An example of S2E user side repository.
An example of S2E user side repository.
This repository provides the following samples.
- A sample code to make S2E user side repository using `git submodule`.
- Sample codes for tutorials in [s2e-documents](https://github.com/ut-issl/s2e-documents).

# Branches
- `main` branch
- This is the simplest `s2e-user` repository.
- This branch is a sample code for [How To Make New Simulation Scenario](https://github.com/ut-issl/s2e-documents/blob/develop/Tutorials/HowToMakeNewSimulationScenario.md) in the `s2e-documents`.
- Users can refer this branch to make their `s2e-user`.
- `sample/hoge` branches
- Sample codes for tutorials in [s2e-documents](https://github.com/ut-issl/s2e-documents).
- The branch name is same with the tutorial titles.

0 comments on commit 94af8f1

Please sign in to comment.