Skip to content

Commit 4f2be99

Browse files
authored
Added details to readme
1 parent 797fd7b commit 4f2be99

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
[Demo](https://openmc-data-storage.github.io/nuclide_cross_section_plotter.rs/index.html)
1+
This repository hosts the source code for the Nuclide Cross Section Plotter hosted on [xsplot.com](https://xsplot.com)
22

3-
You can install the dependencies and build the web app.
3+
[Direct link to the webapp](https://openmc-data-storage.github.io/nuclide_cross_section_plotter.rs/index.html)
44

5-
Instructions on Ubuntu 22.04
5+
The web app allows users to search a database of neutron cross sections, filter the results, plot graphs and download the data.
66

7-
```
7+
You can install the dependencies and build the web app locally with these instructions that have been tested on Ubuntu 22.04
8+
```bash
89
sudo apt-get update
910
sudo apt-get install curl
1011
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

0 commit comments

Comments
 (0)