Skip to content

Commit 2a84cd8

Browse files
authored
Update README.md
1 parent 36cdbb2 commit 2a84cd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Latest notes on how we generated the latest `index.html`:
44
- Created the website in Mozilla soloist.ai at https://soloist.ai/openmachine
55
- Then opened [the website](https://soloist.ai/openmachine) in Chrome browser and saved it via `Menu -> File -> Save Page As .. -> Webpage complete`. This downloads a folder called `OpenMachine_files` and a file `OpenMachine.htm`. Then stored the folder and the file in this github repo.
66
- Then copy the file to `index.htm` and replace `soloist.ai/openmachine` by `openmachine.ai` as follows:
7-
- `cp OpenMachine.htm index.html`
8-
- `sed -i .bak 's:soloist.ai/openmachine:openmachine.ai:g' OpenMachine.htm`
7+
```bash
8+
cp OpenMachine.htm index.html
9+
sed -i .bak 's:soloist.ai/openmachine:openmachine.ai:g' OpenMachine.htm
10+
```
911

1012
Hosting is done via GitHub Pages (because it's free). And we use namecheap for our domain name:
1113
- Setup on namecheap:

0 commit comments

Comments
 (0)