Skip to content

Commit fb92211

Browse files
committed
tweaks
1 parent 1d7ca0a commit fb92211

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,17 @@ also allowing to use it offline!
9898
4. Enjoy!
9999

100100
#### Linux
101-
1. Clone the repository:
102-
```bash
103-
git clone https://github.com/spessasus/SpessaSynth --depth 1
104-
cd SpessaSynth
105-
npm start
106-
```
101+
1. [Download the program](https://spessasus.github.io/SpessaSynth/SpessaSynth-LocalEdition.zip).
107102
2. Put your SoundFonts into the `soundfonts` folder (you can select SoundFonts in the program).
108-
3. Enjoy!
103+
3. `node server/server.js`
104+
4. Enjoy!
105+
106+
### Building from source
107+
```shell
108+
git clone "https://github.com/spessasus/SpessaSynth"
109+
npm i
110+
npm run build
111+
```
109112

110113
[If you would like to help translate SpessaSynth, please read this guide (and thank you!)](src/website/js/locale/locale_files/README.md)
111114

src/website/CHANGELOG.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
export const WHATS_NEW = [
66
`This menu!`,
7-
`SF2.DLS Editor: SpessaFont!`,
7+
`SF2/DLS Editor: SpessaFont!`,
88
`New demo song: TV WORLD!`,
99
`Performance improvements!`,
1010
`New rendered mode: Filled Waveforms!`,

0 commit comments

Comments
 (0)