Fixed punctuation

This commit is contained in:
Elisa Rossi 2018-08-10 01:10:53 +02:00 committed by sakridge
parent 8d2a61a0c9
commit 197ba8b395
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ $ sudo snap install solana --edge --devmode
Once installed the usual Solana programs will be available as `solona.*` instead Once installed the usual Solana programs will be available as `solona.*` instead
of `solana-*`. For example, `solana.fullnode` instead of `solana-fullnode`. of `solana-*`. For example, `solana.fullnode` instead of `solana-fullnode`.
Update to the latest version at any time with Update to the latest version at any time with:
```bash ```bash
$ snap info solana $ snap info solana
$ sudo snap refresh solana --devmode $ sudo snap refresh solana --devmode
@ -292,7 +292,7 @@ to see the debug and info sections for streamer and server respectively. General
we are using debug for infrequent debug messages, trace for potentially frequent messages and we are using debug for infrequent debug messages, trace for potentially frequent messages and
info for performance-related logging. info for performance-related logging.
Attaching to a running process with gdb Attaching to a running process with gdb:
``` ```
$ sudo gdb $ sudo gdb