Browse Source

Update README.md

master
Peter Vivell 6 years ago
parent
commit
8669436325
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

56
 
56
 
57
 * `apt-get update && apt-get -y install build-essential libc6-dev libssl-dev`
57
 * `apt-get update && apt-get -y install build-essential libc6-dev libssl-dev`
58
 
58
 
59
-To compile the `websockify` daemon just run `make` in the `src/contrib` directory.
59
+To compile the `websockify` daemon use `make` in the `src/contrib` directory.
60
 
60
 
61
 The web interface itself uses [Plotly.js](https://plot.ly/javascript/) to display the histogram of the channels in realtime by connecting to the websocket endpoint and provides a convenient user interface for exploring the details of the gamma-spectrum.
61
 The web interface itself uses [Plotly.js](https://plot.ly/javascript/) to display the histogram of the channels in realtime by connecting to the websocket endpoint and provides a convenient user interface for exploring the details of the gamma-spectrum.
62
 
62
 

Loading…
Cancel
Save