Skip to content

Commit

Permalink
Added: howto add success story
Browse files Browse the repository at this point in the history
  • Loading branch information
strizhechenko committed Jul 18, 2017
1 parent feed82c commit eb53c1f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# How to add your success story/example?

## You are programmer similar with git(hub).

Fork this repo and clone it to your host.

Next you should create directory describing your system.

You need to look at `lscpu` output of tuned system to see socket count and cpu per socket values (you're probably already know it).

mkdir netutils-linux/examples/sockets_${socket_count}_cpus_${cpu_per_socket}_nic_${netdevs_count}.

If directory already exists and your scenario differs - add `_1` or `_2` suffix.

For example: netutils-linux/examples/sockets_2_cpus_8_nic_4/

Add a README.md based on [README.tmplt.md](https://github.com/strizhechenko/netutils-linux/tree/master/examples)

```
git status
git add -p
git commit -m "Added(examples): success story of $your_or_your_company_name"
git push origin master
```

Open pull request to this repo.

0 comments on commit eb53c1f

Please sign in to comment.