Skip to content

Commit

Permalink
readme: submodules are no more (#5)
Browse files Browse the repository at this point in the history
* submodules are no more
* another typo bytes the dust
  • Loading branch information
matz-e authored Feb 9, 2021
1 parent 83dd635 commit af31bf6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EMSIM

EMSim is a library that compute different electro-magnetic effects
like LPF and VSD
EMSim is a library that computes different electro-magnetic effects
like LPF and VSD.

## Features

Expand All @@ -21,7 +21,6 @@ Building from source is as simple as:

git clone --recursive https://github.com/BlueBrain/EMSim
cd EMSim
git submodule update --init
mkdir build
cd build
cmake -GNinja ..
Expand Down

0 comments on commit af31bf6

Please sign in to comment.