Skip to content

Commit

Permalink
docs: fix broken readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 9, 2024
1 parent d5f829f commit bc00e19
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
Expand Up @@ -68,7 +68,6 @@ Some helpful bash aliases are provided in `bash_aliases.sh` for executing ndn to
```bash
source bash_aliases.sh
echo -e "\nsource $(pwd)/bash_aliases.sh\n" >> ~/.bashrc # make it permanent
```

# Now you can use nfdc or ndn-tools for debugging
nfdc status report
Expand All @@ -85,7 +84,7 @@ sudo apt-get update && sudo apt-get install unattended-upgrades

The following configuration is recommended:

```conf
```aptconf
# /etc/apt/apt.conf.d/50unattended-upgrades
Unattended-Upgrade::Allowed-Origins {
Expand All @@ -106,7 +105,7 @@ Unattended-Upgrade::Remove-Unused-Dependencies "true";

Enable automatic updates in the following file:

```conf
```aptconf
# /etc/apt/apt.conf.d/20auto-upgrades
APT::Periodic::Update-Package-Lists "1";
Expand Down

0 comments on commit bc00e19

Please sign in to comment.