Improved markdown.
afp-mirror/UPF_Firewall/pipeline/head There was a failure building this commit Details

This commit is contained in:
Achim D. Brucker 2020-05-23 11:28:59 +01:00
부모 921e2eb4e3
커밋 85f894937e
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -19,14 +19,14 @@ for installing the AFP locally. For short:
* Extract the downloaded archive to an directory of your choice
* Let's assume the extracted archive lives in `/home/isabelle/afp`, now execute:
```
echo "/home/isabelle/afp/thys" >> ~/.isabelle/Isabelle2020/ROOTS
```console
achim@logicalhacking:~$ echo "/home/isabelle/afp/thys" >> ~/.isabelle/Isabelle2020/ROOTS
```
## How to build
```
isabelle build -D UPF_Firewall
```console
achim@logicalhacking:~$ isabelle build -D UPF_Firewall
```
## Authors