Skip to content

Commit a225c8b

Browse files
committed
Fix Ubuntu command for g++
1 parent 1b091b5 commit a225c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For Ubuntu: ::
122122

123123
sudo apt-get update
124124
sudo apt-get install libgsl-dev
125-
sudo apt install g++
125+
sudo apt-get install g++
126126

127127
Next, ``cd`` into your ``diffpy.pdffit2`` directory and run the following command: ::
128128

0 commit comments

Comments
 (0)